Skip to content

Commit f735eba

Browse files
author
Kyle
committed
Remove dandi < 0.74.0 pin (alias approach handles compat)
1 parent a622d66 commit f735eba

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

environments/environment-Linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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.7.0
19-
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
2019
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2120
- scikit-learn == 1.4.0 # Tutorial data generation
2221
- tqdm_publisher >= 0.0.1 # Progress bars

environments/environment-MAC-apple-silicon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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.7.0
27-
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
2827
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2928
- scikit-learn == 1.4.0 # Tutorial data generation
3029
- tqdm_publisher >= 0.0.1 # Progress bars

environments/environment-MAC-intel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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.7.0
22-
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
2322
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2423
- scikit-learn == 1.4.0 # Tutorial data generation
2524
- tqdm_publisher >= 0.0.1 # Progress bars

environments/environment-Windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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.7.0
22-
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
2322
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
2423
- scikit-learn == 1.4.0 # Tutorial data generation
2524
- tqdm_publisher >= 0.0.1 # Progress bars

0 commit comments

Comments
 (0)