mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-05 17:52:37 +02:00
* Limit scikit-learn versions between 0.22.2 and 1.1.3, remove deprecated load_boston(). * Set pytest configuration option to show test progress in detail. * Change np.int to int according to DeprecationWarning 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
|