Added pyedr in requirements.txt

This commit is contained in:
Sebastian Kloth 2024-01-30 17:03:57 +01:00
parent f527d25864
commit 787882810c
2 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,5 @@ dependencies = [
"dask", "dask",
"pathos", "pathos",
"tables" "tables"
"pyedr"
] ]

View File

@ -4,3 +4,4 @@ dask
pathos pathos
tables tables
pytest pytest
pyedr