Skip to content

Commit 9d91c0a

Browse files
author
Kyle
committed
Fix empty line in env files from neo pin removal
1 parent 1e2b6ac commit 9d91c0a

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
@@ -17,7 +17,6 @@ dependencies:
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.8.0
1919
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
20-
-
2120
- scikit-learn == 1.4.0 # Tutorial data generation
2221
- tqdm_publisher >= 0.0.1 # Progress bars
2322
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-apple-silicon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies:
2525
# NeuroConv from GitHub, which will remove the sonpy dependency when building from Mac arm64
2626
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.8.0
2727
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
28-
-
2928
- scikit-learn == 1.4.0 # Tutorial data generation
3029
- tqdm_publisher >= 0.0.1 # Progress bars
3130
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-MAC-intel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies:
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.8.0
2222
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
23-
-
2423
- scikit-learn == 1.4.0 # Tutorial data generation
2524
- tqdm_publisher >= 0.0.1 # Progress bars
2625
- tzlocal >= 5.2 # Frontend timezone handling

environments/environment-Windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies:
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.8.0
2222
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox
23-
-
2423
- scikit-learn == 1.4.0 # Tutorial data generation
2524
- tqdm_publisher >= 0.0.1 # Progress bars
2625
- tzlocal >= 5.2 # Frontend timezone handling

0 commit comments

Comments
 (0)