Skip to content

Commit

Permalink
>= instead of > for Scipy CI ver req?
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Apr 14, 2024
1 parent 41060b8 commit 3d71df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_long_description():
"tests": [
"PyMPDATA-examples",
"matplotlib" + (">=3.2.2" if CI else ""),
"scipy" + ("==1.10.1" if CI and not _32bit else ""),
"scipy" + (">=1.10.1" if CI and not _32bit else ""),
"jupyter-core" + ("<5.0.0" if CI else ""),
"ipywidgets" + ("!=8.0.3" if CI else ""),
"ghapi",
Expand Down

0 comments on commit 3d71df9

Please sign in to comment.