diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
