Skip to content

Commit a18d66e

Browse files
Bumped minimum version of Python to 3.10
1 parent f62cd89 commit a18d66e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _From a technical point of view, the internal structure of the library is pretty
2121
pip install diffrax
2222
```
2323

24-
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.11+.
24+
Requires Python 3.10+.
2525

2626
## Documentation
2727

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _From a technical point of view, the internal structure of the library is pretty
2020
pip install diffrax
2121
```
2222

23-
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.11+.
23+
Requires Python 3.10+.
2424

2525
## Quick example
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "diffrax"
33
version = "0.7.0"
44
description = "GPU+autodiff-capable ODE/SDE/CDE solvers written in JAX."
55
readme = "README.md"
6-
requires-python =">=3.9,<4.0"
6+
requires-python =">=3.10,<4.0"
77
license = {file = "LICENSE"}
88
authors = [
99
{name = "Patrick Kidger", email = "contact@kidger.site"},

0 commit comments

Comments
 (0)