Commit 2832bca8 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Update setup.py

PiperOrigin-RevId: 350245687
parent 465b85da
...@@ -20,7 +20,7 @@ import sys ...@@ -20,7 +20,7 @@ import sys
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '2.3.0' version = '2.4.0'
project_name = 'tf-models-official' project_name = 'tf-models-official'
...@@ -60,7 +60,7 @@ if project_name == 'tf-models-nightly': ...@@ -60,7 +60,7 @@ if project_name == 'tf-models-nightly':
version += '.dev' + datetime.datetime.now().strftime('%Y%m%d') version += '.dev' + datetime.datetime.now().strftime('%Y%m%d')
install_requires.append('tf-nightly') install_requires.append('tf-nightly')
else: else:
install_requires.append('tensorflow>=2.3.0') install_requires.append('tensorflow>=2.4.0')
print('install_requires: ', install_requires) print('install_requires: ', install_requires)
print('dependency_links: ', dependency_links) print('dependency_links: ', dependency_links)
...@@ -76,9 +76,6 @@ setup( ...@@ -76,9 +76,6 @@ setup(
license='Apache 2.0', license='Apache 2.0',
packages=find_packages(exclude=[ packages=find_packages(exclude=[
'research*', 'research*',
'tutorials*',
'samples*',
'official.r1*',
'official.pip_package*', 'official.pip_package*',
'official.benchmark*', 'official.benchmark*',
'official.colab*', 'official.colab*',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment