Skip to content

Commit e145945

Browse files
committed
Update NeuroConv pin to 0.6.1
1 parent 6249475 commit e145945

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environments/environment-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- flask-cors == 4.0.0
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.
18-
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.0
18+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
1919
- scikit-learn == 1.4.0 # Tutorial data generation
2020
- tqdm_publisher >= 0.0.1 # Progress bars
2121
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
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
26-
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.0
26+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
2727
- scikit-learn == 1.4.0 # Tutorial data generation
2828
- tqdm_publisher >= 0.0.1 # Progress bars
2929
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- flask-cors == 4.0.0
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.
21-
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.0
21+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
2222
- scikit-learn == 1.4.0 # Tutorial data generation
2323
- tqdm_publisher >= 0.0.1 # Progress bars
2424
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- flask-cors === 3.0.10
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.
21-
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.0
21+
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.1
2222
- scikit-learn == 1.4.0 # Tutorial data generation
2323
- tqdm_publisher >= 0.0.1 # Progress bars
2424
- tzlocal >= 5.2 # Frontend timezone handling

0 commit comments

Comments
 (0)