Skip to content

Commit

Permalink
Update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
saberkun committed Jul 31, 2020
1 parent e707b5d commit 400d68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions official/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.2.0'
version = '2.3.0'

project_name = 'tf-models-official'

Expand Down Expand Up @@ -57,7 +57,7 @@ def _get_requirements():
version += '.dev' + datetime.datetime.now().strftime('%Y%m%d')
install_requires.append('tf-nightly')
else:
install_requires.append('tensorflow>=2.2.0')
install_requires.append('tensorflow>=2.3.0')

print('install_requires: ', install_requires)
print('dependency_links: ', dependency_links)
Expand Down
2 changes: 0 additions & 2 deletions official/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ google-api-python-client>=1.6.7
google-cloud-bigquery>=0.31.0
kaggle>=1.3.9
numpy>=1.15.4
oauth2client>=4.1.2
pandas>=0.22.0
psutil>=5.4.3
py-cpuinfo>=3.3.0
Expand All @@ -15,7 +14,6 @@ tensorflow-addons
dataclasses
gin-config
tf_slim>=1.1.0
typing
sentencepiece
Cython
matplotlib
Expand Down

0 comments on commit 400d68a

Please sign in to comment.