Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions environments/environment-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.
- neuroconv[dandi,compressors] == 0.6.4
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4
- neuroconv[dandi,compressors] == 0.6.5
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5
- spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation
- pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
Expand Down
4 changes: 2 additions & 2 deletions environments/environment-MAC-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
- 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
- neuroconv[dandi,compressors] == 0.6.4
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4
- neuroconv[dandi,compressors] == 0.6.5
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5
- spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation
- pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
Expand Down
4 changes: 2 additions & 2 deletions environments/environment-MAC-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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.
- neuroconv[dandi,compressors] == 0.6.4
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4
- neuroconv[dandi,compressors] == 0.6.5
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5
- spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation
- pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
Expand Down
4 changes: 2 additions & 2 deletions environments/environment-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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.
- neuroconv[dandi,compressors] == 0.6.4
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.4
- neuroconv[dandi,compressors] == 0.6.5
- dandi < 0.74.0 # 0.74.0 renamed dandi-staging to dandi-sandbox, breaking neuroconv 0.6.5
- spikeinterface >= 0.101.0 # Previously included via neuroconv[ecephys]; needed for tutorial data generation
- pandas < 3.0 # pandas 3.0 uses Arrow backend by default, returning read-only arrays that break spikeinterface Phy extractor
- neo == 0.14.1 # 0.14.2 is not compatible with neuroconv < 0.7.5
Expand Down
Loading