File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies:
1111 - numpy # May have x64/arm64 mismatch issues so install from conda-forge
1212 - pytables = 3.10.2 # PyPI build fails on arm64 so install from conda-forge (used by neuroconv deps)
1313 - jsonschema = 4.18.0 # Also installs jsonschema-specifications
14+ - scipy = 1.15.2 # SciPy has vendored numpy.fft libraries that may not be found if installed from PyPI
1415 - pip
1516 - pip :
1617 - setuptools==70.0.0
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dependencies:
77 - nodejs = 18.16.1
88 - pywin32 = 308
99 - git = 2.20.1
10+ - scipy = 1.15.2 # SciPy has vendored numpy.fft libraries that may not be found if installed from PyPI
1011 - pip
1112 - pip :
1213 - setuptools==70.0.0
You can’t perform that action at this time.
0 commit comments