diff --git a/pyproject.toml b/pyproject.toml index d7b583440..cc22972c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,6 @@ dependencies = [ "fasteners", "fscacher >= 0.3.0", - # Workaround for no wheels for intel OSX as of 3.15 - "h5py<3.15 ; sys_platform == 'darwin' and platform_machine != 'arm64'", - "h5py ; sys_platform != 'darwin' or platform_machine == 'arm64'", # 3.14.4: https://github.com/hdmf-dev/hdmf/issues/1186 "hdmf != 3.5.0,!=3.14.4", "humanize",