Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ shap>=0.40.0, <0.44.0 # https://github.com/SeldonIO/alibi/issues/333
# alibi dependencies (these are installed on ReadTheDocs so are not mocked)
typing-extensions>=3.7.4.3
#AttributeError: `np.obj2sctype` was removed in the NumPy 2.0 release. Use `np.dtype(obj).type` instead.
numpy<2.0.0
numpy<3.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def readme():
python_requires='>=3.9',
# lower bounds based on Debian Stable versions where available
install_requires=[
'numpy>=1.16.2, <2.0.0',
'numpy>=1.16.2, <3.0.0',
'pandas>=1.0.0, <3.0.0',
'scikit-learn>=1.0.0, <2.0.0',
'spacy[lookups]>=2.0.0, <3.8.0', # later versions depend on `numpy<3.0.0,>=2.0.0`
Expand Down
Loading