forked from apple/corenet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
62 lines (47 loc) · 1 KB
/
requirements.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
psutil==5.9.8
ujson==5.9.0
scikit-learn==1.4.1.post1
scikit-image==0.22.0
pyyaml==6.0.1
# requirement for Pytorch, Torchvision, TorchText.
# This section must be synchronized with the Dockerfile for
# the image used in CI
torch==2.2.1
torchvision==0.17.1
torchtext==0.17.1
torchaudio==2.2.1
torchdata==0.7.1
# dependency for coremltools
coremltools==7.1
# dependency for MSCOCO dataset
pycocotools==2.0.7
# dependency for cityscape evaluation
cityscapesscripts==2.2.2
# added as a dependency to reproduce 3rd party models
pytorchvideo==0.1.5
# PyAV for video decoding
av==12.0.0
# FVCore for FLOP calculation
fvcore==0.1.5.post20221221
# black for reformatting
black==24.4.0
isort==5.13.2
# testing
pytest==8.1.1
pytest-mock==3.14.0
pytest-xdist==3.5.0
pytest-timeout==2.3.1
ftfy==6.2.0
# for hdf5 reading
h5py==3.10.0
# for reading byte data
pybase64==1.3.2
# For OpenAI's clip tokenizer
regex==2023.12.25
pyarrow==15.0.2
numpy==1.26.4
scipy==1.13.0
pandas==2.2.1
tqdm==4.66.2
setuptools==69.2.0
boto3==1.28.30