From 0b723c21ae2d340e13b7bebdcd03576ebbb13e89 Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Mon, 20 Jan 2025 23:08:12 +0100 Subject: [PATCH] bump minimum jd version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a204633..7eee392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" requires-python = ">=3.9" license = { file = "LICENSE" } urls = { "Homepage" = "https://github.com/DifferentiableUniverseInitiative/JaxPM" } -dependencies = ["jax_cosmo", "jax>=0.4.35", "jaxdecomp>=0.2.3"] +dependencies = ["jax_cosmo", "jax>=0.4.35", "jaxdecomp>=0.2.4"] [tool.setuptools] packages = ["jaxpm"]