Skip to content

Commit

Permalink
Updated requirements and version
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Nov 15, 2020
1 parent deb76e6 commit 8d817e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eeyore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
torch>=1.3.0
torch>=1.6.0
git+https://github.com/rtqichen/torchdiffeq.git#egg=torchdiffeq
kanga>=0.0.6
kanga>=0.0.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'Programming Language :: Python :: 3.7'
],
keywords=['Bayesian', 'deep learning', 'Markov chains', 'MCMC', 'Monte Carlo', 'neural networks'],
install_requires=['numpy', 'torch>=1.3.0', 'torchdiffeq', 'kanga>=0.0.6'],
install_requires=['numpy', 'torch>=1.6.0', 'torchdiffeq', 'kanga>=0.0.8'],
dependency_links=['git+https://github.com/rtqichen/torchdiffeq.git#egg=torchdiffeq'],
package_data={'eeyore': ['data/*/x.csv', 'data/*/y.csv', 'data/*/readme.md']},
include_package_data=True,
Expand Down

0 comments on commit 8d817e2

Please sign in to comment.