Skip to content

Commit

Permalink
bump joblib CI requirement (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jan 17, 2024
1 parent d32aa20 commit 06ff1e8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ def get_long_description():
"ghapi",
"pytest",
"pytest-benchmark",
# this is a PyMPDATA-examples dependency, as of time of writing
# the pip package depends on deprecated distutils, which cause
# a warning on Python 3.10, to be removed after joblib release
"joblib"
+ (
" @ git+https://github.com/joblib/joblib@3d80506#egg=joblib"
if CI
else ""
),
"joblib" + ("==1.3.2" if CI else ""),
]
},
author="https://github.com/open-atmos/PyMPDATA/graphs/contributors",
Expand Down

0 comments on commit 06ff1e8

Please sign in to comment.