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 e305516 commit 29f9716Copy full SHA for 29f9716
.travis.yml
@@ -59,6 +59,7 @@ install:
59
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
60
- source script/torch.sh
61
- pip install flake8 codecov
62
+ - pip install scipy==1.4.1
63
- pip install .[test]
64
script:
65
- flake8 .
0 commit comments