From 32646b63a6902bd56a4174ec89f7f89c7c94c590 Mon Sep 17 00:00:00 2001 From: nstarman Date: Wed, 19 Jun 2024 14:31:13 -0400 Subject: [PATCH] build: unping dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2686329..e3b12e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,6 @@ dependencies = [ "quaxed >=0.4", "typing_extensions >= 4.11", "unxt", - # temporary - "numpy < 2.0", - "plum_dispatch < 2.4.2", ] description = "Galactic Dynamics in Jax." dynamic = ["version"]