Skip to content

Commit

Permalink
Remove strict PyMC3 and Theano-PyMC version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jan 23, 2021
1 parent 866fd7f commit 5dab454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"pymc3==3.11.0",
"theano-pymc==1.1.0",
"pymc3>=3.11.0",
"theano-pymc>=1.1.0",
],
tests_require=["pytest"],
long_description=open("README.md").read() if exists("README.md") else "",
Expand Down

0 comments on commit 5dab454

Please sign in to comment.