Skip to content

Commit 1dc0965

Browse files
authored
fix: install tensorflow<2.0 (#237)
* fix: install tensorflow<2.0
1 parent 15d97fc commit 1dc0965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_version():
5757
'pandas', 'Pillow', 'h5py'],
5858
extras_require={
5959
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',
60-
'sagemaker==1.19.1', 'tensorflow', 'docker-compose', 'botocore>=1.12.140'],
60+
'sagemaker==1.19.1', 'tensorflow<2.0', 'docker-compose', 'botocore>=1.12.140'],
6161
'benchmark': ['click']
6262
},
6363
)

0 commit comments

Comments
 (0)