Skip to content

Commit

Permalink
temporary pin for pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 22, 2023
1 parent f859bf2 commit d73d472
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
# Main packages
- numpy
- pooch >=1.8.0
- pydantic >=2.0,<2.5.3
- statsmodels
- xarray
- xclim >=0.45.0
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies:
# Don't forget to sync changes between environment.yml, environment-dev.yml, and pyproject.toml!
# Main packages
- numpy
- pooch >=1.8.0
- pooch >=1.8.0\
- pydantic >=2.0,<2.5.3
- statsmodels
- xarray
- xclim >=0.45.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
# Don't forget to sync changes between environment.yml, environment-dev.yml, and pyproject.toml!
"numpy",
"pooch>=1.8.0",
"pydantic>=2.0,<2.5.3",
"statsmodels",
"xarray",
"xclim>=0.45.0",
Expand Down

0 comments on commit d73d472

Please sign in to comment.