Bumpy numpy and shap (#636)

This commit is contained in:
Quentin Pradet 2023-11-21 16:17:53 +04:00 committed by GitHub
parent add61a69ec
commit af26897313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View File

@ -4,9 +4,7 @@
elasticsearch>=8.3,<9
pandas>=1.5,<2
matplotlib>=3.6
# Shap is incompatible with NumPy >= 1.24 (elastic/eland#539)
# Fix NumPy to a known good range of versions
numpy>=1.2.0,<1.24
numpy>=1.2.0,<2
tqdm<5
#
@ -31,7 +29,7 @@ pytest>=5.2.1
pytest-mock
pytest-cov
nbval
shap==0.41.0
shap==0.43.0
#
# Docs

View File

@ -4,6 +4,4 @@
elasticsearch>=8.3,<9
pandas>=1.5,<2
matplotlib>=3.6
# Shap is incompatible with NumPy >= 1.24 (elastic/eland#539)
# Fix NumPy to a known good range of versions
numpy>=1.2.0,<1.24
numpy>=1.2.0,<2

View File

@ -84,7 +84,7 @@ setup(
"elasticsearch>=8.3,<9",
"pandas>=1.5,<2",
"matplotlib>=3.6",
"numpy>=1.2.0,<1.24",
"numpy>=1.2.0,<2",
"packaging",
],
entry_points={