Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinierKoops committed Jun 3, 2023
1 parent 9a0197f commit 84e202b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def read(fname):
"joblib>=0.13.2",
"tqdm>=4.41.0",
"shap==0.41.0", # 0.40.0 causes issues in certain plots.
"numpy==1.23.0" if sys.version_info < (3, 11) else "numpy>=1.23.0",
"numba==0.56.4" if sys.version_info < (3, 11) else "numba>=0.57.0", # wait for SHAP to upgrade numba version.
"numpy==1.23.0" if sys.version_info < (3, 11) else "numpy==1.23.2", # wait for SHAP to upgrade.
"numba==0.56.4" if sys.version_info < (3, 11) else "numba>=0.57.0", # wait for SHAP to upgrade.
]

extra_dep = [
Expand Down

0 comments on commit 84e202b

Please sign in to comment.