Skip to content

Commit 7100d6c

Browse files
authored
Try pinning h5py to 3.12.1 only
1 parent 715a804 commit 7100d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environments/environment-MAC-intel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- nodejs = 18.16.1
88
# install these from conda-forge so that dependent packages get included in the distributable
99
- jsonschema = 4.18.0 # installs jsonschema-specifications
10-
- hdf5 = 1.14.4 # Install from conda-forge because h5py and pytables use of hdf5 will cause conflicts in both pip/conda
1110
- pip
1211
- pip:
1312
- setuptools==70.0.0
@@ -26,3 +25,6 @@ dependencies:
2625
- ndx-pose == 0.1.1
2726
- nwbinspector == 0.6.2
2827
- numcodecs < 0.16.0 # numcodecs 0.16.0 is not compatible with zarr 2.18.5
28+
- h5py == 3.12.1 # 3.13.0 uses features in hdf5 1.14.4 that is not available in earlier hdf5 libs packaged
29+
# with tables==3.9.1 (latest that can be used by neuroconv 0.6.0).
30+
# h5py and tables need to be consistent for electron build for unknown reason

0 commit comments

Comments
 (0)