From 5962fe08f830bae677187f271122e0dfaa152799 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 21:50:24 -0400 Subject: [PATCH 01/19] Update cpu-test-action.yml --- .github/workflows/cpu-test-action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpu-test-action.yml b/.github/workflows/cpu-test-action.yml index 4b8212ac..3afb891b 100644 --- a/.github/workflows/cpu-test-action.yml +++ b/.github/workflows/cpu-test-action.yml @@ -10,13 +10,15 @@ jobs: runs-on: ubuntu-latest strategy: max-parallel: 5 + matrix: + python-version: [ '3.7', '3.11', '3.12'] steps: - uses: actions/checkout@v2 - - name: Set up Python 3.7 + - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install -e . From 7d4a099596fc3984a8f89536cf025de0583e7bd4 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 21:54:07 -0400 Subject: [PATCH 02/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f68a560b..1a03140f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk==5.3.0 + itk>=5.3.0 girder_client==3.1.8 [options.packages.find] From c0e352d0e3eb2e7e67a8b9ae8a1e03126889b86c Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:00:59 -0400 Subject: [PATCH 03/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1a03140f..a0c4343a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>=5.3.0 + itk ==5.3.0,==5.4rc2 girder_client==3.1.8 [options.packages.find] From 8e30a44489b17a0676431cbee3a08549df7b1469 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:02:08 -0400 Subject: [PATCH 04/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a0c4343a..0317d38c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk ==5.3.0,==5.4rc2 + itk >=5.3 girder_client==3.1.8 [options.packages.find] From 665f1e0332fc064f67011ca3ecfc00300ff343c6 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:10:47 -0400 Subject: [PATCH 05/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0317d38c..99ba28a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk >=5.3 + itk==5.4rc2 girder_client==3.1.8 [options.packages.find] From aa0820253a5f00b0f6124faef8b7dbc1af54f3be Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:12:32 -0400 Subject: [PATCH 06/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 99ba28a9..06fef418 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk==5.4rc2 + itk>=5.3* girder_client==3.1.8 [options.packages.find] From 5811625447c1b4427f8936e7b74777ef9b67f71d Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:14:27 -0400 Subject: [PATCH 07/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 06fef418..543c0b2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>=5.3* + itk>=5.3 girder_client==3.1.8 [options.packages.find] From 26a36c09c8276251b0fed6fb8b63c52c29743e09 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:16:25 -0400 Subject: [PATCH 08/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 543c0b2f..600b21e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>=5.3 + itk girder_client==3.1.8 [options.packages.find] From b597d3b1168663a2010dcfa4738a106593fa2421 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:19:04 -0400 Subject: [PATCH 09/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 600b21e4..99ba28a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk + itk==5.4rc2 girder_client==3.1.8 [options.packages.find] From a653999d55ba52846bc15ae3e07cf5962a2d7116 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:19:28 -0400 Subject: [PATCH 10/19] Update cpu-test-action.yml --- .github/workflows/cpu-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpu-test-action.yml b/.github/workflows/cpu-test-action.yml index 3afb891b..a200c5f4 100644 --- a/.github/workflows/cpu-test-action.yml +++ b/.github/workflows/cpu-test-action.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [ '3.7', '3.11', '3.12'] + python-version: [ '3.12'] steps: - uses: actions/checkout@v2 From 40aac54731bf05cf6977bb8453654cc8622cb7b9 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:23:07 -0400 Subject: [PATCH 11/19] Update cpu-test-action.yml --- .github/workflows/cpu-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpu-test-action.yml b/.github/workflows/cpu-test-action.yml index a200c5f4..97e70a5a 100644 --- a/.github/workflows/cpu-test-action.yml +++ b/.github/workflows/cpu-test-action.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [ '3.12'] + python-version: [ '3.7', '3.12'] steps: - uses: actions/checkout@v2 From a470e3f0a4f684a59a78c99e70a40f2c28e7b98d Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:23:38 -0400 Subject: [PATCH 12/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 99ba28a9..fcdec0d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk==5.4rc2 + itk>5.2 girder_client==3.1.8 [options.packages.find] From 13895f3aa8a929903d44efcf30d6a5ef1af6855e Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:28:03 -0400 Subject: [PATCH 13/19] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d357d03..69295294 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ tensorboard tqdm matplotlib footsteps>=0.1.6 -itk==5.3.0 +itk>=5.3.0 girder_client==3.1.8 From 00993453d0a38c7ed807f938d9061d4cd49c189c Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:28:23 -0400 Subject: [PATCH 14/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fcdec0d5..543c0b2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>5.2 + itk>=5.3 girder_client==3.1.8 [options.packages.find] From 2a5f7e980ff92a199f230642b5e409c99e22008d Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Thu, 14 Mar 2024 22:38:08 -0400 Subject: [PATCH 15/19] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69295294..1822b7d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ tensorboard tqdm matplotlib footsteps>=0.1.6 -itk>=5.3.0 +itk>=5.3 girder_client==3.1.8 From 842a2ca1fe61b33c3bbbc11bbf396e245e3d6f4f Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Fri, 15 Mar 2024 09:50:44 -0400 Subject: [PATCH 16/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 543c0b2f..16971135 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>=5.3 + itk>=5.2a girder_client==3.1.8 [options.packages.find] From c79691213ade096c0657573a07db537802f63654 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Fri, 15 Mar 2024 09:54:09 -0400 Subject: [PATCH 17/19] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1822b7d3..b6dfdee3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ tensorboard tqdm matplotlib footsteps>=0.1.6 -itk>=5.3 +itk>=5.3a girder_client==3.1.8 From 12053d8596177ee647f85639ab4ce8c53caf99c5 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Fri, 15 Mar 2024 09:54:26 -0400 Subject: [PATCH 18/19] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 16971135..0abb02bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = tqdm matplotlib footsteps>=0.1.6 - itk>=5.2a + itk>=5.3a girder_client==3.1.8 [options.packages.find] From a44e94fad7f060f712a0469a4efe329ade24ef95 Mon Sep 17 00:00:00 2001 From: HastingsGreer Date: Fri, 15 Mar 2024 09:55:03 -0400 Subject: [PATCH 19/19] Update cpu-test-action.yml --- .github/workflows/cpu-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpu-test-action.yml b/.github/workflows/cpu-test-action.yml index 97e70a5a..08b417bf 100644 --- a/.github/workflows/cpu-test-action.yml +++ b/.github/workflows/cpu-test-action.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [ '3.7', '3.12'] + python-version: [ '3.7', '3.8', '3.9', '3.11', '3.12'] steps: - uses: actions/checkout@v2