File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020from setuptools import find_packages
2121from setuptools import setup
2222
23- version = '2.2 .0'
23+ version = '2.3 .0'
2424
2525project_name = 'tf-models-official'
2626
@@ -57,7 +57,7 @@ def _get_requirements():
5757 version += '.dev' + datetime .datetime .now ().strftime ('%Y%m%d' )
5858 install_requires .append ('tf-nightly' )
5959else :
60- install_requires .append ('tensorflow>=2.2 .0' )
60+ install_requires .append ('tensorflow>=2.3 .0' )
6161
6262print ('install_requires: ' , install_requires )
6363print ('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
33google-cloud-bigquery >= 0.31.0
44kaggle >= 1.3.9
55numpy >= 1.15.4
6- oauth2client >= 4.1.2
76pandas >= 0.22.0
87psutil >= 5.4.3
98py-cpuinfo >= 3.3.0
@@ -15,7 +14,6 @@ tensorflow-addons
1514dataclasses
1615gin-config
1716tf_slim >= 1.1.0
18- typing
1917sentencepiece
2018Cython
2119matplotlib
You can’t perform that action at this time.
0 commit comments