requirements.txt 1.06 KB
Newer Older
Hongkun Yu's avatar
Hongkun Yu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Chen Chen's avatar
Chen Chen committed
15
six
16
17
18
google-api-python-client>=1.6.7
google-cloud-bigquery>=0.31.0
kaggle>=1.3.9
19
numpy>=1.15.4
Hongkun Yu's avatar
Hongkun Yu committed
20
oauth2client
21
pandas>=0.22.0
22
psutil>=5.4.3
23
py-cpuinfo>=3.3.0
24
scipy>=0.19.1
Hongkun Yu's avatar
Hongkun Yu committed
25
tensorflow-hub>=0.6.0
26
tensorflow-model-optimization>=0.4.1
Hongkun Yu's avatar
Hongkun Yu committed
27
28
tensorflow-datasets
tensorflow-addons
29
dataclasses;python_version<"3.7"
Hongkun Yu's avatar
Hongkun Yu committed
30
gin-config
A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
31
tf_slim>=1.1.0
Yeqing Li's avatar
Yeqing Li committed
32
33
Cython
matplotlib
Chen Chen's avatar
Chen Chen committed
34
pyyaml>=5.1
Chen Chen's avatar
Chen Chen committed
35
36
# CV related dependencies
opencv-python-headless
Yeqing Li's avatar
Yeqing Li committed
37
Pillow
A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
38
pycocotools
Chen Chen's avatar
Chen Chen committed
39
40
41
# NLP related dependencies
seqeval
sentencepiece
42
sacrebleu