Skip to content

Commit

Permalink
add xclim
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 15, 2023
1 parent a9652e6 commit 195d02f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: xhydro-dev
channels:
- conda-forge
dependencies:
- python >=3.9,<3.11
- python >=3.9,<3.12
# Don't forget to sync the changes here with environment.yml!
# Main packages
- xscen
- xclim >=0.45.0
# Dev
- bump2version
- coveralls
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ channels:
- conda-forge
dependencies:
- python >=3.9,<3.12
- xclim >=0.45.0
- xscen
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open("README.rst") as readme_file:
readme = readme_file.read()

requirements = ["xscen"]
requirements = ["xscen", "xclim>=0.45.0"]

dev_requirements = ["pytest", "pytest-cov"]

Expand Down

0 comments on commit 195d02f

Please sign in to comment.