Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Oct 11, 2023
1 parent 6f3867f commit 3ded3f7
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 168 deletions.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
# Don't forget to sync the changes here with environment.yml!
# Main packages
- numpy
- pyyaml
- scipy
- statsmodels
- xarray
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python >=3.9,<3.12
- numpy
- pyyaml
- scipy
- statsmodels
- xarray
Expand Down
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
with open("README.rst") as readme_file:
readme = readme_file.read()

requirements = ["numpy", "scipy", "statsmodels", "xarray", "xclim>=0.45.0", "xscen"]
requirements = [
"numpy",
"pyyaml",
"scipy",
"statsmodels",
"xarray",
"xclim>=0.45.0",
"xscen",
]

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

Expand Down
Loading

0 comments on commit 3ded3f7

Please sign in to comment.