From fac7017c7d072084d4546a03dd96ebb59ff3572e Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 30 May 2024 13:42:43 +0200 Subject: Test Python 3.12 in CI. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4c1e68b..cd0fc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ ] requires-python = ">=3.9" dependencies = [ - "numpy==1.24.4", + "numpy", "scipy", "sympy>=1.7.1", "pandas", @@ -45,7 +45,7 @@ "dask[dataframe]", "xarray", "astunparse", - "numba==0.57.1", + "numba", "networkx", "importlib-resources", "anytree" -- cgit v1.2.3-70-g09d2