diff options
| author | J08nY | 2023-08-08 17:43:29 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-08 17:43:29 +0200 |
| commit | 86e4618409c242e58b08082919e9c6366d8b67f0 (patch) | |
| tree | c843ade93da14164725e522e784a1c272fa99f68 /pyproject.toml | |
| parent | 077bf996ef042244c9259d3b32e13f07c2f3f3ae (diff) | |
| download | pyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.tar.gz pyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.tar.zst pyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 12b681c..5093e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,8 @@ "xarray", "astunparse", "numba==0.57.1", - "networkx" + "networkx", + "importlib-resources" ] [project.urls] |
