Skip to content

Commit 2861158

Browse files
authored
Install scipy from conda-forge
1 parent 78f87c7 commit 2861158

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

environments/environment-Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)