Skip to content

Commit 5f07a43

Browse files
committed
Update dependencies in pyproject.toml
Added jax (<0.7.0) and seaborn (^0.13.2) to dependencies. Updated optax to ^0.2.5 and equinox to ^0.13 for improved compatibility and features.
1 parent 560968a commit 5f07a43

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ readme = "README.md"
1010
python = ">=3.10,<3.14"
1111
matplotlib = "^3.8.0"
1212
dotted-dict = "^1.1.3"
13+
jax = "<0.7.0"
1314
sympy = "^1.12"
1415
pandas = "^2.1.1"
1516
tqdm = "^4.66.1"
@@ -20,13 +21,14 @@ corner = "^2.2.2"
2021
lmfit = "^1.2.2"
2122
jinja2 = "^3.1.2"
2223
ipywidgets = "^8.1.1"
23-
optax = "^0.2.3"
24+
optax = "^0.2.5"
2425
diffrax = "^0.7.0"
2526
pydantic = "^2.9.2"
26-
equinox = "^0.12.2"
27+
equinox = "^0.13"
2728
rich = "^13.8.1"
2829
mlcroissant = "^1.0.10"
2930
pyenzyme = "^2.0.0"
31+
seaborn = "^0.13.2"
3032

3133
[tool.setuptools.packages.find]
3234
where = ["catalax"]

0 commit comments

Comments
 (0)