diff --git a/pyproject.toml b/pyproject.toml index 11ab448..3386326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,5 @@ dependencies = [ "dask", "pathos", "tables" + "pyedr" ] diff --git a/requirements.txt b/requirements.txt index 6492fa1..1a59296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ pandas dask pathos tables -pytest \ No newline at end of file +pytest +pyedr \ No newline at end of file