forked from Trusted-AI/adversarial-robustness-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_test.txt
65 lines (54 loc) · 1.3 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
# base
numpy>=1.18.5,<1.25
scipy==1.10.1
matplotlib==3.7.1
scikit-learn>=0.22.2,<1.2.0
six==1.16.0
Pillow==9.5.0
tqdm==4.65.0
statsmodels==0.13.5
pydub==0.25.1
resampy==0.4.2
ffmpeg-python==0.2.0
cma==3.3.0
pandas==2.0.1
librosa==0.10.0.post2
numba~=0.56.4
opencv-python
sortedcontainers==2.4.0
h5py==3.8.0
# frameworks
tensorflow==2.10.1
keras==2.10.0
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.13.1
torchaudio==0.13.1+cpu
torchvision==0.14.1+cpu
catboost==1.1.1
GPy==1.10.0
lightgbm==3.3.5
xgboost==1.7.5
kornia~=0.6.12
tensorboardX==2.6
lief==0.12.3
jax[cpu]==0.4.8
# 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.3.1
pytest-flake8~=1.1.1
flake8~=4.0.1
pytest-mock~=3.10.0
pytest-cov~=4.0.0
requests~=2.31.0
# ART
-e .
# NOTE to contributors: When changing/adding packages, please make sure that the packages are consistent with those
# present within the Dockerfile