You need to sign in or sign up before continuing.
Commit 29f97162 authored by rusty1s's avatar rusty1s
Browse files

use specific scipy version

parent e3055164
......@@ -59,6 +59,7 @@ install:
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh
- pip install flake8 codecov
- pip install scipy==1.4.1
- pip install .[test]
script:
- flake8 .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment