Skip to content

Commit

Permalink
Use latest neuroconv 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 13, 2024
1 parent a2ce75e commit 0ea23b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 1 addition & 2 deletions environments/environment-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ dependencies:
- flask-cors == 4.0.0
- flask_restx == 1.1.0
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
# For stability, NeuroConv is pinned at a commit just prior to Pydantic schema inference refactor
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@8fa1c8f46316a7192073713e3e4e78c25a2e0d36#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.5
- scikit-learn == 1.4.0 # Tutorial data generation
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
6 changes: 1 addition & 5 deletions environments/environment-MAC-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ dependencies:
- flask-cors == 4.0.0
- flask_restx == 1.1.0
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
# NOTE: the NeuroConv wheel on PyPI includes sonpy which is not compatible with arm64, so build and install
# NeuroConv from GitHub, which will remove the sonpy dependency when building from Mac arm64
# For stability, NeuroConv is pinned at a commit just prior to Pydantic schema inference refactor
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@8fa1c8f46316a7192073713e3e4e78c25a2e0d36#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
- scikit-learn == 1.4.0 # Tutorial data generation
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.5 - scikit-learn == 1.4.0 # Tutorial data generation
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
4 changes: 1 addition & 3 deletions environments/environment-MAC-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependencies:
- flask-cors == 4.0.0
- flask_restx == 1.1.0
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
# For stability, NeuroConv is pinned at a commit just prior to Pydantic schema inference refactor
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@8fa1c8f46316a7192073713e3e4e78c25a2e0d36#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
- scikit-learn == 1.4.0 # Tutorial data generation
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.5 - scikit-learn == 1.4.0 # Tutorial data generation
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
3 changes: 1 addition & 2 deletions environments/environment-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ dependencies:
- flask-cors === 3.0.10
- flask_restx == 1.1.0
- werkzeug < 3.0 # werkzeug 3.0 deprecates features used by flask 2.3.2. Remove this when updating flask.
# For stability, NeuroConv is pinned at a commit just prior to Pydantic schema inference refactor
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@8fa1c8f46316a7192073713e3e4e78c25a2e0d36#neuroconv[dandi,compressors,ecephys,ophys,behavior,text]
- neuroconv[dandi,compressors,ecephys,ophys,behavior,text] == 0.6.5
- scikit-learn == 1.4.0 # Tutorial data generation
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling

0 comments on commit 0ea23b9

Please sign in to comment.