Skip to content

Commit

Permalink
Update pyproject dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Dec 5, 2024
1 parent 253b272 commit ac463c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ pip install jpc
```

Requires Python 3.9+, JAX 0.4.23+, [Equinox](https://github.com/patrick-kidger/equinox)
0.11.2+, [Diffrax](https://github.com/patrick-kidger/diffrax) 0.6.0+, and
[Optax](https://github.com/google-deepmind/optax) 0.2.4+.
0.11.2+, [Diffrax](https://github.com/patrick-kidger/diffrax) 0.6.0+,
[Optax](https://github.com/google-deepmind/optax) 0.2.4+, and
[jaxtyping](https://github.com/patrick-kidger/jaxtyping) 0.2.24+.

For GPU usage, upgrade jax to the appropriate cuda version (12 as an example
here).
Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ pip install jpc
```

Requires Python 3.9+, JAX 0.4.23+, [Equinox](https://github.com/patrick-kidger/equinox)
0.11.2+, [Diffrax](https://github.com/patrick-kidger/diffrax) 0.6.0+, and
[Optax](https://github.com/google-deepmind/optax) 0.2.4+.
0.11.2+, [Diffrax](https://github.com/patrick-kidger/diffrax) 0.6.0+,
[Optax](https://github.com/google-deepmind/optax) 0.2.4+, and
[jaxtyping](https://github.com/patrick-kidger/jaxtyping) 0.2.24+.

For GPU usage, upgrade jax to the appropriate cuda version (12 as an example
here).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"jax>=0.4.23",
"equinox>=0.11.2",
"diffrax>=0.6.0",
"optax>=0.2.2",
"optax>=0.2.4",
"jaxtyping>=0.2.24"
]

Expand Down

0 comments on commit ac463c3

Please sign in to comment.