From edc551ac201efdf2253555e53be2a0550eaf0540 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Sat, 7 Jan 2023 00:11:38 -0500 Subject: [PATCH] remove pims as a hard requirement --- environment.yml | 1 - requirements.txt | 2 +- setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 44cd6db..8818dd7 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,6 @@ dependencies: - click - jupyterlab - tqdm - - pims - psutil - pytest - pydata-sphinx-theme < 0.10.0 diff --git a/requirements.txt b/requirements.txt index e5e4a03..f626e83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ numpy matplotlib click psutil -pims jupyterlab +e \ No newline at end of file diff --git a/setup.py b/setup.py index ab429d7..c4053e5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ "matplotlib", "click", "psutil", - "pims", "jupyterlab", ]