Skip to content

Commit 400d68a

Browse files
committed
Update release scripts
1 parent e707b5d commit 400d68a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

official/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools import find_packages
2121
from setuptools import setup
2222

23-
version = '2.2.0'
23+
version = '2.3.0'
2424

2525
project_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')
5959
else:
60-
install_requires.append('tensorflow>=2.2.0')
60+
install_requires.append('tensorflow>=2.3.0')
6161

6262
print('install_requires: ', install_requires)
6363
print('dependency_links: ', dependency_links)

official/requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ google-api-python-client>=1.6.7
33
google-cloud-bigquery>=0.31.0
44
kaggle>=1.3.9
55
numpy>=1.15.4
6-
oauth2client>=4.1.2
76
pandas>=0.22.0
87
psutil>=5.4.3
98
py-cpuinfo>=3.3.0
@@ -15,7 +14,6 @@ tensorflow-addons
1514
dataclasses
1615
gin-config
1716
tf_slim>=1.1.0
18-
typing
1917
sentencepiece
2018
Cython
2119
matplotlib

0 commit comments

Comments
 (0)