Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Also updated all dependencies to latest versions. A couple of their most recent releases have been bugfix releases, so this should help to ensure downstream users get the latest-and-greatest.
  • Loading branch information
patrick-kidger committed Oct 13, 2023
1 parent 3131b45 commit 4e97e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "optimistix"
version = "0.0.4"
version = "0.0.5"
description = "Nonlinear optimisation in JAX and Equinox."
readme = "README.md"
requires-python ="~=3.9"
Expand Down Expand Up @@ -33,7 +33,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https://github.com/patrick-kidger/optimistix" }
dependencies = ["jax>=0.4.14", "jaxtyping>=0.2.20", "lineax>=0.0.2", "equinox>=0.11.0", "typing_extensions>=4.5.0"]
dependencies = ["jax>=0.4.18", "jaxtyping>=0.2.23", "lineax>=0.0.3", "equinox>=0.11.1", "typing_extensions>=4.5.0"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 4e97e48

Please sign in to comment.