We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74106dc + 15be05d commit d884243Copy full SHA for d884243
environments/environment-MAC-intel.yml
@@ -29,3 +29,4 @@ dependencies:
29
- h5py == 3.12.1 # 3.13.0 uses features in hdf5 1.14.4 that is not available in earlier hdf5 libs packaged
30
# with tables==3.9.1 (latest that can be used by neuroconv 0.6.0).
31
# h5py and tables need to be consistent for electron build for unknown reason
32
+ - ruamel.yaml.clib != 0.2.13 # 0.2.13 throws a build error on intel Mac -- see https://github.com/catalystneuro/roiextractors/issues/489
0 commit comments