From ab095be06406742661a920213d39ea4bfb5dfb27 Mon Sep 17 00:00:00 2001 From: BYERS Edward Date: Wed, 15 Nov 2023 11:43:37 +0100 Subject: [PATCH] update setup reqs --- requirements.txt | 13 ------------- setup.cfg | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a364102..0000000 --- a/requirements.txt +++ /dev/null @@ -1,13 +0,0 @@ -dask~=2022.7.0 -holoviews~=1.17.1 -hvplot~=0.9.0 -matplotlib~=3.5.2 -numpy~=1.23.5 -pandas~=1.5.2 -pyam_iamc~=1.7.1.dev3+gbec0295 -PyYAML~=6.0 -PyYAML~=6.0.1 -rich~=13.6.0 -scipy~=1.9.3 -seaborn~=0.13.0 -xarray~=2022.11.0 diff --git a/setup.cfg b/setup.cfg index 9f543e4..b9085e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ python_requires = >=3.10, <3.12 # To check this, pip install pipreqs, then run pipreqs . in the rime directory install_requires = + alive-progress>3.1.5 dask>2022.7.0 holoviews~=1.17.1 hvplot~=0.9.0