diff options
| author | J08nY | 2024-05-30 13:42:43 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-30 13:42:43 +0200 |
| commit | fac7017c7d072084d4546a03dd96ebb59ff3572e (patch) | |
| tree | 7c5cc171345d6989df0fd5326c7b77bb686e4039 /pyproject.toml | |
| parent | 125675ad8773bee5537091da0f693563f34990af (diff) | |
| download | pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.tar.gz pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.tar.zst pyecsca-fac7017c7d072084d4546a03dd96ebb59ff3572e.zip | |
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" |
