Skip to content

Commit

Permalink
Unpin PyMC
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Aug 18, 2023
1 parent 953fea2 commit c5eb6d2
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.6.1"
OLDEST_PYMC_VERSION: "5.7.1"

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.6.1,<5.7.0",
"pymc>=5.7.1",
"scikit-learn>=1.1.1",
"seaborn>=0.12.2",
"xarray",
Expand Down

0 comments on commit c5eb6d2

Please sign in to comment.