requirements.txt 657 Bytes
Newer Older
Chen Chen's avatar
Chen Chen committed
1
six
2
3
google-api-python-client>=1.6.7
kaggle>=1.3.9
Hongkun Yu's avatar
Hongkun Yu committed
4
numpy>=1.20
Hongkun Yu's avatar
Hongkun Yu committed
5
oauth2client
6
pandas>=0.22.0
7
psutil>=5.4.3
8
py-cpuinfo>=3.3.0
9
scipy>=0.19.1
Hongkun Yu's avatar
Hongkun Yu committed
10
tensorflow-hub>=0.6.0
11
tensorflow-model-optimization>=0.4.1
Hongkun Yu's avatar
Hongkun Yu committed
12
13
tensorflow-datasets
tensorflow-addons
14
dataclasses;python_version<"3.7"
Hongkun Yu's avatar
Hongkun Yu committed
15
gin-config
A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
16
tf_slim>=1.1.0
Jiageng Zhang's avatar
Jiageng Zhang committed
17
riegeli
Yeqing Li's avatar
Yeqing Li committed
18
19
Cython
matplotlib
Frederick Liu's avatar
Frederick Liu committed
20
21
# Loader becomes a required positional argument in 6.0 in yaml.load
pyyaml>=5.1,<6.0
Chen Chen's avatar
Chen Chen committed
22
# CV related dependencies
23
opencv-python-headless==4.5.2.52
Yeqing Li's avatar
Yeqing Li committed
24
Pillow
A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
25
pycocotools
Chen Chen's avatar
Chen Chen committed
26
27
28
# NLP related dependencies
seqeval
sentencepiece
29
30
# Remove the version requirement after 2.2.1 installation is fixed.
sacrebleu==2.2.0
31
32
# Projects/vit dependencies
immutabledict