Skip to content

Commit

Permalink
.travis: Install git version of autograd for pypy
Browse files Browse the repository at this point in the history
Until a release that includes HIPS/autograd#514
is available.
Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Jun 16, 2019
1 parent b747f21 commit 5aa3e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ install:
# so other packages fail to use it.
# https://travis-ci.community/t/xenial-pypy3-image-includes-broken-numpy/3523
pip install -U "numpy<1.16"
pip install git+https://github.com/HIPS/autograd.git@master
fi
- if [ "x$COVERALLS_REPO_TOKEN" != "x" ]; then pip install coveralls; fi
- pip install git+https://github.com/benureau/leabra.git@master
Expand Down

0 comments on commit 5aa3e10

Please sign in to comment.