Skip to content

Commit

Permalink
Loosen climetlab requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Oct 25, 2023
1 parent 0cbb389 commit dfa5151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse
climetlab>=0.17.8
climetlab>=0.9.0
numpy
pandas
wheel>=0.22
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(fname):
install_requires=[
"argparse",
"datetime",
"climetlab>=0.17.8",
"climetlab>=0.9.0",
"future",
"numpy",
"six",
Expand Down

0 comments on commit dfa5151

Please sign in to comment.