-
Notifications
You must be signed in to change notification settings - Fork 657
/
test.pip
62 lines (52 loc) · 1.82 KB
/
test.pip
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
boto3==1.14.8; python_version < '3.12'
boto3==1.24.22; python_version >= '3.12'
configparser
future
numpy>1.18.4; platform_machine != "arm64"
numpy==2.0.0; python_version >= "3.9" and platform_machine == "arm64"
# libsvm can not run with a version of scipy that supports numpy 2.0
libsvm; python_version < '3.11' and platform_machine != "arm64"
scipy>1.4 ; python_version < '3.8'
scipy==1.8.1; python_version >= '3.8' and python_version < '3.11' and platform_machine != "arm64"
scipy==1.9.2; python_version == '3.11' and platform_machine != "arm64"
scipy; platform_machine == "arm64"
olefile==0.44
pandas
parameterized==0.8.1
protobuf
pillow
pytest==7.1.2
pytest-cov
pytest-sugar
scikit-learn==0.19.2; python_version < '3.8'
scikit-learn==1.1.2; python_version == '3.8'
scikit-learn==1.5.1; python_version > '3.8'
six
sympy > 1.6
gast==0.4.0
# torch 2.3 dropped support for x86 macOS
torch==2.2.0; platform_machine != "arm64"
torch==2.4.0; platform_machine == "arm64"
# TODO (https://github.com/pytorch/executorch/issues/6639)
# upgrade to executorch 0.4 and torch 2.5, after executorch adds numpy 2.0 support
executorch==0.3.0; platform_machine == "arm64" and python_version >= '3.10' and python_version <= '3.11'
torchaudio==2.2.0; platform_machine != "arm64"
torchaudio==2.4.0; platform_machine == "arm64"
torchvision==0.17.0; platform_machine != "arm64"
torchvision==0.19.0; platform_machine == "arm64"
torchao==0.4.0; platform_machine == "arm64" and python_version == '3.10'
torchsr==1.0.4; platform_machine == "arm64"
timm==0.6.13; platform_machine == "arm64"
xgboost==1.4.2; platform_machine != "arm64"
mock
wrapt
tqdm
pytest-timeout
transformers==4.26.0; platform_machine != "arm64"
transformers==4.38.2; platform_machine == "arm64"
peft
# coremltools.optimize.torch
filelock==3.6.0
pytest-flake8==1.0.7
pytest-xdist==2.5.0
pytest-mock==3.8.2