mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-08 15:05:13 +02:00
Version limitation fixes the error: "TypeError: wrapped() missing 1 required positional argument: 'X'" that is shown because of an API change in scikit-learn. Signed-off-by: Maya Anderson <mayaa@il.ibm.com>
23 lines
312 B
Text
23 lines
312 B
Text
numpy==1.22.0
|
|
pandas~=1.1.0
|
|
scipy==1.4.1
|
|
scikit-learn>=0.22.2,<=1.1.3
|
|
torch>=1.8.0
|
|
tqdm>=4.64.1
|
|
matplotlib>=3.7.0
|
|
adversarial-robustness-toolbox>=1.11.0
|
|
|
|
# testing
|
|
pytest==5.4.2
|
|
tensorflow==2.8.3
|
|
xgboost==1.7.2
|
|
Pillow==9.3.0
|
|
sortedcontainers==2.4.0
|
|
|
|
#notebooks
|
|
notebook
|
|
jupyter
|
|
ipywidgets
|
|
|
|
#doc
|
|
sphinx_rtd_theme
|