We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb01a6 commit abb5bc4Copy full SHA for abb5bc4
.travis.yml
@@ -7,10 +7,10 @@ python:
7
- "3.4"
8
- "3.5"
9
install:
10
- - pip install --only-binary=scipy numpy nose sklearn pytest
+ - pip install --only-binary=numpy,scipy numpy nose scipy pytest sklearn
11
- pip install tensorflow
12
- pip install git+https://github.com/hycis/TensorGraph.git@master
13
- - pip3 install --only-binary=scipy numpy nose sklearn pytest
+ - pip3 install --only-binary=numpy,scipy numpy nose scipy pytest sklearn
14
- pip3 install tensorflow
15
- pip3 install git+https://github.com/hycis/TensorGraph.git@master
16
script:
0 commit comments