Skip to content

Commit

Permalink
even less requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 13, 2023
1 parent 0286e86 commit 7b45b1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dependencies:
- python >=3.9,<3.11
# Don't forget to sync the changes here with environment.yml!
# Main packages
- xclim >=0.45.0
- xscen >=0.7.1
# Dev
- bump2version
- coveralls
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ channels:
- conda-forge
dependencies:
- python >=3.9,<3.11
- xclim >=0.45.0
- xscen >=0.7.1
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 = ["xclim>=0.45.0", "xscen>=0.7.1"]
requirements = []

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

Expand Down

0 comments on commit 7b45b1f

Please sign in to comment.