Skip to content

Commit b462da6

Browse files
committed
Removing tensorflow from setup.py
1 parent d53f69f commit b462da6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "3.6"
55
install:
6+
- pip install tensorflow
67
- pip install .[test]
78
script:
89
- py.test

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scikit-image>=0.14.0",
3030
"scikit-learn>=0.19.0",
3131
"scipy>=1.1",
32-
"tensorflow==1.12.2"
32+
# "tensorflow-gpu==1.12.2"
3333
],
3434
extras_require={
3535
"test": [

0 commit comments

Comments
 (0)