forked from Trusted-AI/adversarial-robustness-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_test.txt
66 lines (55 loc) · 1.31 KB
/
requirements_test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# base
numpy>=1.18.5,<1.24
scipy==1.8.1
matplotlib==3.6.1
scikit-learn>=0.22.2,<1.2.0
six==1.16.0
Pillow==9.2.0
tqdm==4.64.1
statsmodels==0.13.2
pydub==0.25.1
resampy==0.4.2
ffmpeg-python==0.2.0
cma==3.2.2
pandas==1.4.4
librosa==0.9.2
numba~=0.56.3
opencv-python
sortedcontainers==2.4.0
h5py==3.7.0
# frameworks
tensorflow>=1.15.5
keras>=2.2.5
tensorflow-addons>=0.13.0
# using mxnet-native for reproducible test results on CI machines without Intel Architecture Processors, but mxnet is fully supported by ART
mxnet-native==1.8.0.post0
# PyTorch
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
torch==1.12.1
torchaudio==0.12.1+cpu
torchvision==0.13.1+cpu
catboost==1.1
GPy==1.10.0
lightgbm==3.3.2
xgboost==1.7.0
kornia~=0.6.7
tensorboardX==2.5.1
lief==0.12.2
jax[cpu]==0.3.23
# Lingvo ASR dependencies
# supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0)
# note: due to conflicts with other TF1/2 version supported by ART, the dependencies are not installed by default
# tensorflow-gpu==2.1.0
# lingvo==0.6.4
# other
pytest~=7.1.3
pytest-flake8~=1.1.1
flake8~=4.0.1
pytest-mock~=3.10.0
pytest-cov~=4.0.0
codecov~=2.1.12
requests~=2.28.1
# ART
-e .
# NOTE to contributors: When changing/adding packages, please make sure that the packages are consistent with those
# present within the Dockerfile