From 787882810c4496d16bd76b69b128e77724aa444c Mon Sep 17 00:00:00 2001 From: Sebastian Kloth Date: Tue, 30 Jan 2024 17:03:57 +0100 Subject: [PATCH] Added pyedr in requirements.txt --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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