-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dandi-api-key-instructions
- Loading branch information
Showing
6 changed files
with
40 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,22 @@ | ||
name: nwb-guide | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python = 3.9.17 | ||
- PyInstaller = 4.7 | ||
- nodejs = 16.14.2 | ||
- libgcc = 7.2.0 | ||
- git = 2.20.1 | ||
- python = 3.9.18 | ||
- PyInstaller = 5.13.0 | ||
- nodejs = 18.16.1 | ||
- numcodecs = 0.11.0 | ||
# install these from conda-forge so that dependent packages get included in the distributable | ||
- jsonschema = 4.18.0 # installs jsonschema-specifications | ||
- pydantic[email] = 2.0.2 # installs email-validator | ||
- pip | ||
- pip: | ||
- chardet == 4.0.0 | ||
- pandas == 1.4.2 | ||
- openpyxl == 3.0.3 | ||
- pennsieve == 6.1.2 | ||
- configparser == 4.0.2 | ||
- python-docx == 0.8.10 | ||
- xlrd == 1.2.0 | ||
- biopython == 1.79 | ||
- flask == 2.0.2 | ||
- flask_restx | ||
- protobuf == 3.20.0 | ||
- gevent == 21.12.0 | ||
- werkzeug == 2.0.2 | ||
- opencv-python == 4.5.3.56 | ||
- chardet == 5.1.0 | ||
- configparser == 6.0.0 | ||
- flask == 2.3.2 | ||
- flask-cors == 4.0.0 | ||
- flask_restx == 1.1.0 | ||
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@main#neuroconv[full] | ||
- hdmf >= 3.7.0 | ||
- pytest == 7.2.2 | ||
- pytest == 7.4.0 | ||
- pytest-cov == 4.1.0 | ||
- flask-cors === 3.0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: nwb-guide | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python = 3.9.17 | ||
- nodejs = 18.16.1 | ||
- python = 3.9.18 | ||
- PyInstaller = 5.13.0 | ||
- nodejs = 18.16.1 | ||
- numcodecs = 0.11.0 | ||
- jsonschema = 4.18.0 # this installs jsonschema-specifications which is needed for validation | ||
- pydantic[email] = 2.0.2 # email validator is used by dandi | ||
# install these from conda-forge so that dependent packages get included in the distributable | ||
- jsonschema = 4.18.0 # installs jsonschema-specifications | ||
- pydantic[email] = 2.0.2 # installs email-validator | ||
- pip | ||
- pip: | ||
- chardet == 5.1.0 | ||
- configparser == 6.0.0 | ||
- flask == 2.3.2 | ||
- flask-cors === 3.0.10 | ||
- flask-cors == 4.0.0 | ||
- flask_restx == 1.1.0 | ||
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@main#neuroconv[full] | ||
- hdmf >= 3.7.0 | ||
- pytest == 7.2.2 | ||
- pytest == 7.4.0 | ||
- pytest-cov == 4.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters