Skip to content

Commit fccc1c3

Browse files
authored
Merge branch 'main' into sleap_test
2 parents de720b6 + f662187 commit fccc1c3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

environments/environment-Linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies:
1616
- flask_restx == 1.1.0
1717
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
1818
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
19+
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
1920
- scikit-learn == 1.4.0 # Tutorial data generation
2021
- tqdm_publisher >= 0.0.1 # Progress bars
2122
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
# NOTE: the NeuroConv wheel on PyPI includes sonpy which is not compatible with arm64, so build and install
2525
# NeuroConv from GitHub, which will remove the sonpy dependency when building from Mac arm64
2626
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
27+
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2728
- scikit-learn == 1.4.0 # Tutorial data generation
2829
- tqdm_publisher >= 0.0.1 # Progress bars
2930
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-intel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- flask_restx == 1.1.0
2020
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
2121
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
22+
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2223
- scikit-learn == 1.4.0 # Tutorial data generation
2324
- tqdm_publisher >= 0.0.1 # Progress bars
2425
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- flask_restx == 1.1.0
2020
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
2121
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
22+
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2223
- scikit-learn == 1.4.0 # Tutorial data generation
2324
- tqdm_publisher >= 0.0.1 # Progress bars
2425
- tzlocal >= 5.2 # Frontend timezone handling

0 commit comments

Comments
 (0)