From 623238eb7150fdec52b1aaac87ec74c885694f06 Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Thu, 16 Jun 2022 14:48:10 -0700 Subject: [PATCH 1/2] adjusted requirements to work with ark-analysis-3.7 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 63d9e55..3db62e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Cython>=0.29.24,<1 -matplotlib>=2.2.2,<3 -numpy>=1.20.0,<2 -pandas>=0.23.3,<1 +matplotlib>=3.5.2,<4 +numpy>=1.21.6,<2 +pandas>=1.3.5,<2 scikit-image>=0.14.3,<=0.16.2 xarray>=0.12.3,<1 \ No newline at end of file From d54c78bd974997473d689ecd6358ae5429bbd629 Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Thu, 23 Jun 2022 14:29:12 -0700 Subject: [PATCH 2/2] bumped VERSION from 0.2.1 -> 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4e3c9b..7648a0f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ CYTHON_MACROS = [('CYTHON_TRACE', '1')] if CYTHON_DEBUG else None -VERSION = '0.2.1' +VERSION = '0.2.2' PKG_FOLDER = path.abspath(path.join(__file__, pardir))