Skip to content

Commit

Permalink
python 3.12 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Apr 11, 2024
1 parent a151330 commit eac238c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches: [main]

env:
OLDEST_PYMC_VERSION: "5.10.4"
OLDEST_PYMC_VERSION: "5.12.0"

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
config: [ {python-version: "3.10", oldest-pymc: false}, {python-version: "3.11", oldest-pymc: true}]
config: [ {python-version: "3.10", oldest-pymc: false}, {python-version: "3.12", oldest-pymc: true}]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pandas
- pip
# NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION`
- pymc>=5.10.4
- pymc>=5.12.0
- scikit-learn>=1.1.1
- seaborn>=0.12.2
- xarray
Expand Down

0 comments on commit eac238c

Please sign in to comment.