We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560968a commit 5f07a43Copy full SHA for 5f07a43
1 file changed
pyproject.toml
@@ -10,6 +10,7 @@ readme = "README.md"
10
python = ">=3.10,<3.14"
11
matplotlib = "^3.8.0"
12
dotted-dict = "^1.1.3"
13
+jax = "<0.7.0"
14
sympy = "^1.12"
15
pandas = "^2.1.1"
16
tqdm = "^4.66.1"
@@ -20,13 +21,14 @@ corner = "^2.2.2"
20
21
lmfit = "^1.2.2"
22
jinja2 = "^3.1.2"
23
ipywidgets = "^8.1.1"
-optax = "^0.2.3"
24
+optax = "^0.2.5"
25
diffrax = "^0.7.0"
26
pydantic = "^2.9.2"
-equinox = "^0.12.2"
27
+equinox = "^0.13"
28
rich = "^13.8.1"
29
mlcroissant = "^1.0.10"
30
pyenzyme = "^2.0.0"
31
+seaborn = "^0.13.2"
32
33
[tool.setuptools.packages.find]
34
where = ["catalax"]
0 commit comments