Skip to content

Commit b4d7343

Browse files
authored
Merge pull request TensorPy#6 from TensorPy/update-tensorflow-version
Update tensorflow version
2 parents a0cf471 + f04da50 commit b4d7343

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ value="$(uname)"
88
if [ $value == "Linux" ]
99
then
1010
echo "Initializing TensorFlow setup on a Linux machine..."
11-
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl
11+
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc1-cp27-none-linux_x86_64.whl
1212
pip install $TF_BINARY_URL
1313
elif [ $value == "Darwin" ]
1414
then
1515
echo "Initializing TensorFlow setup on a MAC..."
16-
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py2-none-any.whl
16+
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0rc1-py2-none-any.whl
1717
pip install $TF_BINARY_URL
1818
else
1919
echo "Incompatible machine for TensorFlow. Exiting script..."

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='tensorpy',
11-
version='1.0.9',
11+
version='1.0.10',
1212
url='http://tensorpy.com',
1313
author='Michael Mintz',
1414
author_email='@mintzworld',

0 commit comments

Comments
 (0)