Skip to content

Commit

Permalink
Pin numpy version (#261)
Browse files Browse the repository at this point in the history
* Pin numpy version

* MyST parameter names
  • Loading branch information
dfm committed Jun 14, 2022
1 parent bd01ddd commit ae086ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"use_download_button": True,
}
# jupyter_execute_notebooks = "off"
jupyter_execute_notebooks = "cache"
execution_timeout = -1
nb_execution_mode = "cache"
nb_execution_timeout = -1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"pymc3>=3.9",
"aesara-theano-fallback>=0.0.2",
"astropy>=3.1",
"numpy<1.22",
]
EXTRA_REQUIRE = {
"extras": ["pymc3-ext>=0.1.0", "celerite2>=0.2.0"],
Expand Down

0 comments on commit ae086ca

Please sign in to comment.