Skip to content

Commit c289ac1

Browse files
Update equinox requirement from ^0.12.1 to ^0.13.1
Updates the requirements on [equinox](https://github.com/patrick-kidger/equinox) to permit the latest version. - [Release notes](https://github.com/patrick-kidger/equinox/releases) - [Commits](patrick-kidger/equinox@v0.12.1...v0.13.1) --- updated-dependencies: - dependency-name: equinox dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997d57f commit c289ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ typer = "^0.15.1"
2525
jaxtyping = "^0.3.2"
2626
pydantic = "^2.10.6"
2727
pyyaml = "^6.0.2"
28-
equinox = "^0.12.1"
28+
equinox = "^0.13.1"
2929

3030
[tool.poetry.scripts]
3131
covvfit = "covvfit.cli:main"

0 commit comments

Comments
 (0)