Skip to content

Commit

Permalink
Merge pull request #361 from NeurodataWithoutBorders/fix_pydantic_ver…
Browse files Browse the repository at this point in the history
…sion

Lower version pin on pydantic
  • Loading branch information
CodyCBakerPhD authored Sep 18, 2023
2 parents 4ab53de + 9d29034 commit 3eec717
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 466 deletions.
2 changes: 1 addition & 1 deletion environments/environment-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- 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
- pydantic[email] = 1.10.12 # installs email-validator
- pip
- pip:
- chardet == 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion environments/environment-MAC-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy # may have x64/arm64 mismatch issues so install from conda-forge
# 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
- pydantic[email] = 1.10.12 # installs email-validator
- pip
- pip:
- chardet == 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion environments/environment-MAC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- 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
- pydantic[email] = 1.10.12 # installs email-validator
- pip
- pip:
- chardet == 5.1.0
Expand Down
5 changes: 2 additions & 3 deletions environments/environment-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ dependencies:
- PyInstaller = 5.13.0
- pywin32 = 303
- git = 2.20.1
- setuptools=58.0.4
- setuptools = 58.0.4
- pydantic[email] = 1.10.12 # installs email-validator
- pip
- pip:
- chardet == 5.1.0
Expand All @@ -17,7 +18,5 @@ dependencies:
- flask-cors === 3.0.10
- 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-cov == 4.1.0
- email-validator == 2.0.0
Loading

0 comments on commit 3eec717

Please sign in to comment.