Skip to content

Commit

Permalink
Try Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Mar 1, 2024
1 parent a9c6f86 commit dfefd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12"]
poetry-version: ["1.3.2"]

steps:
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ readme = "README.md"
packages = [{include = "bmi", from = "src"}]

[tool.poetry.dependencies]
# <3.12 because of SciPy. Update when it's resolved
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
equinox = "^0.10.2"
jax = "^0.4.8"
jaxlib = "^0.4.7"
numpy = "^1.24.2"
scikit-learn = "^1.2.2"
optax = "^0.1.4"
# Pandas <2.0.0 to ensure compatibility. Update when we validate that it works
pandas = "<2.0.0"
pandas = "^1.6.0"
pydantic = "^1.10.7"
pyyaml = "^6.0"
scipy = "^1.10.1"
Expand Down

0 comments on commit dfefd99

Please sign in to comment.