We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53f69f commit b462da6Copy full SHA for b462da6
2 files changed
.travis.yml
@@ -3,6 +3,7 @@ language: python
3
python:
4
- "3.6"
5
install:
6
+ - pip install tensorflow
7
- pip install .[test]
8
script:
9
- py.test
setup.py
@@ -29,7 +29,7 @@
29
"scikit-image>=0.14.0",
30
"scikit-learn>=0.19.0",
31
"scipy>=1.1",
32
- "tensorflow==1.12.2"
+# "tensorflow-gpu==1.12.2"
33
],
34
extras_require={
35
"test": [
0 commit comments