Skip to content

Commit de9c718

Browse files
committed
envs for other OS
1 parent 6556182 commit de9c718

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

environments/environment-Linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ dependencies:
1616
- flask-cors == 4.0.0
1717
- flask_restx == 1.1.0
1818
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
19-
# For stability, NeuroConv is pinned at a commit just prior to breaking SpikeInterface compatibility
2019
- neuroconv[full] == 0.6.6
21-
# For stability, pinning SpikeInterface to a version that works with NeuroConv and with tutorial generation
22-
- spikeinterface >= 0.101.0
20+
- spikeinterface >= 0.101.2
2321
- scikit-learn == 1.4.0 # Tutorial data generation
2422
- tqdm_publisher >= 0.0.1 # Progress bars
2523
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-apple-silicon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies:
2525
# NOTE: the NeuroConv wheel on PyPI includes sonpy which is not compatible with arm64, so build and install
2626
# NeuroConv from GitHub, which will remove the sonpy dependency when building from Mac arm64
2727
# For stability, NeuroConv is pinned at a commit just prior to breaking SpikeInterface compatibility
28-
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@fa636458aa5c321f1c2c08f6e682b4a52d5a83f3#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
28+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.6
2929
# For stability, pinning SpikeInterface to a version that works with NeuroConv and with tutorial generation
30-
- spikeinterface == 0.100.5
30+
- spikeinterface >= 0.101.2
3131
- scikit-learn == 1.4.0 # Tutorial data generation
3232
- tqdm_publisher >= 0.0.1 # Progress bars
3333
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-intel.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ dependencies:
1919
- flask-cors == 4.0.0
2020
- flask_restx == 1.1.0
2121
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
22-
# For stability, NeuroConv is pinned at a commit just prior to breaking SpikeInterface compatibility
23-
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@fa636458aa5c321f1c2c08f6e682b4a52d5a83f3#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
24-
# For stability, pinning SpikeInterface to a version that works with NeuroConv and with tutorial generation
25-
- spikeinterface == 0.100.5
22+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.6
23+
- spikeinterface >= 0.101.2
2624
- scikit-learn == 1.4.0 # Tutorial data generation
2725
- tqdm_publisher >= 0.0.1 # Progress bars
2826
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-Windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ dependencies:
1919
- flask-cors === 3.0.10
2020
- flask_restx == 1.1.0
2121
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
22-
# For stability, NeuroConv is pinned at a commit just prior to breaking SpikeInterface compatibility
23-
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@fa636458aa5c321f1c2c08f6e682b4a52d5a83f3#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
24-
# For stability, pinning SpikeInterface to a version that works with NeuroConv and with tutorial generation
25-
- spikeinterface == 0.100.5
22+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.6
23+
- spikeinterface >= 0.101.2
2624
- scikit-learn == 1.4.0 # Tutorial data generation
2725
- tqdm_publisher >= 0.0.1 # Progress bars
2826
- tzlocal >= 5.2 # Frontend timezone handling

0 commit comments

Comments
 (0)