Skip to content

Commit

Permalink
Install latest autograd from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Jul 7, 2019
1 parent 194a3d1 commit ee6255d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
'pandas',
'numpy',
'scipy',
],
dependency_links=[
# The version of autograd on PyPI is very old and breaks with the
# newest version of scipy. Pull from GitHub instead.
'git+https://github.com/HIPS/autograd#egg=autograd',
])

0 comments on commit ee6255d

Please sign in to comment.