Skip to content

Commit

Permalink
Bump required Python version to avoid issues with Equinox
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed May 2, 2024
1 parent 4626086 commit 4bcd5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
pip install .
```

Requires Python 3.9+ and JAX 0.4.13+ (and Equinox & Matplotlib). 👉 [JAX install guide](https://jax.readthedocs.io/en/latest/installation.html).
Requires Python 3.10+ and JAX 0.4.13+ (and Equinox & Matplotlib). 👉 [JAX install guide](https://jax.readthedocs.io/en/latest/installation.html).

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "exponax"
version = "0.0.1"
description = "Efficient differentiable PDE solvers in JAX."
readme = "README.md"
requires-python ="~=3.9"
requires-python ="~=3.10"
authors = [
{name = "Felix Koehler"},
]
Expand Down

0 comments on commit 4bcd5b2

Please sign in to comment.