Fixed pyproject.toml

This commit is contained in:
Sebastian Kloth 2024-01-31 09:02:57 +01:00
parent 298da3818d
commit 4394f70530

View File

@ -10,6 +10,6 @@ dependencies = [
"pandas", "pandas",
"dask", "dask",
"pathos", "pathos",
"tables" "tables",
"pyedr" "pyedr"
] ]