File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 20
20
from setuptools import find_packages
21
21
from setuptools import setup
22
22
23
- version = '2.2 .0'
23
+ version = '2.3 .0'
24
24
25
25
project_name = 'tf-models-official'
26
26
@@ -57,7 +57,7 @@ def _get_requirements():
57
57
version += '.dev' + datetime .datetime .now ().strftime ('%Y%m%d' )
58
58
install_requires .append ('tf-nightly' )
59
59
else :
60
- install_requires .append ('tensorflow>=2.2 .0' )
60
+ install_requires .append ('tensorflow>=2.3 .0' )
61
61
62
62
print ('install_requires: ' , install_requires )
63
63
print ('dependency_links: ' , dependency_links )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ google-api-python-client>=1.6.7
3
3
google-cloud-bigquery >= 0.31.0
4
4
kaggle >= 1.3.9
5
5
numpy >= 1.15.4
6
- oauth2client >= 4.1.2
7
6
pandas >= 0.22.0
8
7
psutil >= 5.4.3
9
8
py-cpuinfo >= 3.3.0
@@ -15,7 +14,6 @@ tensorflow-addons
15
14
dataclasses
16
15
gin-config
17
16
tf_slim >= 1.1.0
18
- typing
19
17
sentencepiece
20
18
Cython
21
19
matplotlib
You can’t perform that action at this time.
0 commit comments