From 203c3f2259acda629c040720f9410f1f11145dfb Mon Sep 17 00:00:00 2001 From: vdeltatto Date: Mon, 11 Nov 2024 11:52:50 +0100 Subject: [PATCH] update pyproject.toml, jax==0.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd03262..2e2cf96c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "tqdm", - "jax==0.4.30", "jaxlib==0.4.30", "flax==0.8.5", "networkx==3.2.1"] + "jax==0.4.3", "jaxlib==0.4.3", "flax==0.8.5", "networkx==3.2.1"] [project.urls] homepage = "https://github.com/sissa-data-science/DADApy"