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 28, 2019
1 parent 6193796 commit edf345a
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 edf345a

Please sign in to comment.