From 68306bc27cf61e9e9b2ca5f3ccac77ffe3429185 Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:39:05 +1000 Subject: [PATCH 1/8] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 890b39c..c4fcce5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - defaults dependencies: - pip=19.1.1 -- python=3.7.3 +- python=3.8 - pip: - astroid==2.2.5 - attrs==17.4.0 From d46bee3b7ce7f6762da8eae4cd8eb0947667b5d0 Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:49:29 +1000 Subject: [PATCH 2/8] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5589715..a59cf32 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url='https://github.com/ionpath/mibilib', description='Python utilities for IONpath MIBItracker and MIBItiff data', license='GNU General Public License v3.0', - python_requires='~=3.7.3', + python_requires='~=3.8', install_requires=[ 'matplotlib==3.3.2', 'numpy==1.20.0', From cdda70caae59d4c9c0010a9d461685c88843f52a Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:56:46 +1000 Subject: [PATCH 3/8] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a59cf32..061034a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'pandas==1.2.3', 'pillow==8.2.0', 'requests==2.20.1', - 'scikit-image==0.18.0', + 'scikit-image==0.19.0', 'scikit-learn==0.23.2', 'tifffile==2021.4.8', 'tqdm==4.31.1', From 6efb8365a1f73c8ae2ee77527911c80b47a1be9c Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:57:05 +1000 Subject: [PATCH 4/8] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c4fcce5..694d1d6 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - pylint==2.3.1 - pytest==5.2.0 - requests==2.20.1 - - scikit-image==0.18.0 + - scikit-image==0.19.0 - scikit-learn==0.23.2 - setuptools==40.4.0 - sphinx-argparse==0.2.2 From 602b9622be10207088e0815559c2610fbba2b7d2 Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:00:28 +1000 Subject: [PATCH 5/8] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 694d1d6..118922a 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - pylint==2.3.1 - pytest==5.2.0 - requests==2.20.1 - - scikit-image==0.19.0 + - scikit-image==0.19.3 - scikit-learn==0.23.2 - setuptools==40.4.0 - sphinx-argparse==0.2.2 From 5adb13ee39579d9a784cf5970981202dc67363f1 Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:00:45 +1000 Subject: [PATCH 6/8] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 061034a..b49f70b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'pandas==1.2.3', 'pillow==8.2.0', 'requests==2.20.1', - 'scikit-image==0.19.0', + 'scikit-image==0.19.3', 'scikit-learn==0.23.2', 'tifffile==2021.4.8', 'tqdm==4.31.1', From c091a603fb7127a521ac1227d14a96b4a056ada0 Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:06:54 +1000 Subject: [PATCH 7/8] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b49f70b..5af395f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'scikit-image==0.19.3', 'scikit-learn==0.23.2', 'tifffile==2021.4.8', - 'tqdm==4.31.1', + 'tqdm==4.56.0', ], packages=['mibitracker', 'mibidata'] ) From 86407756e82788604f53410581c4c8b575581b1b Mon Sep 17 00:00:00 2001 From: yokotenka <70961284+yokotenka@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:07:17 +1000 Subject: [PATCH 8/8] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 118922a..76754e9 100644 --- a/environment.yml +++ b/environment.yml @@ -25,4 +25,4 @@ dependencies: - sphinx==4.3.0 - tifffile==2021.4.8 - tox==3.7.0 - - tqdm==4.31.1 + - tqdm==4.56.0