File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments