Skip to content

Commit

Permalink
Update minimum PyMC dependency (#385)
Browse files Browse the repository at this point in the history
* Correcting error on github actions

* Update pyproject.toml
  • Loading branch information
cetagostini authored Sep 29, 2023
1 parent 3a9db51 commit 275f63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
OLDEST_PYMC_VERSION: "5.7.1"
OLDEST_PYMC_VERSION: "5.8.2"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"numpy>=1.17",
"pandas",
# NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION`
"pymc>=5.7.1",
"pymc>=5.8.2",
"scikit-learn>=1.1.1",
"seaborn>=0.12.2",
"xarray",
Expand Down

0 comments on commit 275f63c

Please sign in to comment.