[go: nahoru, domu]

Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
broken committed Dec 17, 2019
1 parent e80d628 commit 749b7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oss_scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
echo 'Using installed tensorflow.'
else
echo 'Installing tensorflow.'
pip install tensorflow==2.0.0
pip install tensorflow==2.1.0-rc1
fi

write_to_bazelrc "build:manylinux2010 --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain"
Expand Down
6 changes: 3 additions & 3 deletions oss_scripts/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from setuptools.dist import Distribution

project_name = 'tensorflow-text'
project_version = '2.0.0-rc0'
project_version = '2.1.0-rc0'


class BinaryDistribution(Distribution):
Expand Down Expand Up @@ -73,11 +73,11 @@ def finalize_options(self):
cmdclass={'install': InstallPlatlib},
distclass=BinaryDistribution,
install_requires=[
'tensorflow>=2.0.0, <2.1',
'tensorflow>=2.1.0-rc0, <2.2',
],
extras_require={
'tensorflow_gpu': [
'tensorflow-gpu>=2.0.0, <2.1',
'tensorflow-gpu>=2.1.0-rc0, <2.2',
],
'tests': [
'absl-py',
Expand Down

0 comments on commit 749b7c2

Please sign in to comment.