Skip to content

Commit

Permalink
Be explicit about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Apr 23, 2021
1 parent 624d64c commit 5dcc78a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
INSTALL_REQUIRES = ["exoplanet-core[pymc]>=0.1", "astropy>=3.1"]
INSTALL_REQUIRES = [
"exoplanet-core>=0.1",
"pymc3>=3.9",
"aesara-theano-fallback>=0.0.2",
"astropy>=3.1",
]
EXTRA_REQUIRE = {
"extras": ["pymc3-ext>=0.1.0", "celerite2>=0.2.0"],
"test": [
Expand Down

0 comments on commit 5dcc78a

Please sign in to comment.