From a38db9cc537c389f6a5a401c995d51f15af87fa5 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 16:42:32 +0200 Subject: [PATCH 1/7] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8036417a..bf6db2a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,14 +14,14 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.10"] + python-version: ["3.10", "3.12"] # We aim to support the versions on pytorch.org # as well as selected previous versions on # https://pytorch.org/get-started/previous-versions/ torch-version: ["1.12.1", "2.0.0"] include: - os: ubuntu-latest - python-version: 3.8 + python-version: "3.10" torch-version: 1.9.0 - os: windows-latest torch-version: 2.0.0 From 2ae84996d17a9f2af305a3fb16189230b68d311b Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 16:44:46 +0200 Subject: [PATCH 2/7] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5d6899ad..138c2458 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ packages = find: where = - . - tests -python_requires = >=3.8 +python_requires = >=3.10 install_requires = joblib literate-dataclasses From 8108d646a8bf73e0300dbfdb0096766f94c779a1 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 16:54:56 +0200 Subject: [PATCH 3/7] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf6db2a2..5b33ede5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: # We aim to support the versions on pytorch.org # as well as selected previous versions on # https://pytorch.org/get-started/previous-versions/ - torch-version: ["1.12.1", "2.0.0"] + torch-version: ["1.12.1", "2.0.0", "2.4.0"] include: - os: ubuntu-latest python-version: "3.10" From 5871085697e64d5106085844d8655ece00d7ee71 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 17:13:32 +0200 Subject: [PATCH 4/7] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b33ede5..e46676f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: # We aim to support the versions on pytorch.org # as well as selected previous versions on # https://pytorch.org/get-started/previous-versions/ - torch-version: ["1.12.1", "2.0.0", "2.4.0"] + torch-version: ["2.0.0", "2.4.0"] include: - os: ubuntu-latest python-version: "3.10" From 2446abe3c1e0c2eca12ab5606f98de5e360eba97 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 17:16:48 +0200 Subject: [PATCH 5/7] Update setup.cfg - attempt to resolve dep. issue with scikit-learn and numpy --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 138c2458..743055a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ python_requires = >=3.10 install_requires = joblib literate-dataclasses - scikit-learn + scikit-learn<=1.4.2 scipy torch tqdm From 13f0e3b4796fdd28a371ebefa365ecce8c40bd33 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 17:18:11 +0200 Subject: [PATCH 6/7] Update build.yml --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e46676f0..47781396 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,15 +20,12 @@ jobs: # https://pytorch.org/get-started/previous-versions/ torch-version: ["2.0.0", "2.4.0"] include: - - os: ubuntu-latest - python-version: "3.10" - torch-version: 1.9.0 - os: windows-latest torch-version: 2.0.0 python-version: "3.10" - os: ubuntu-latest torch-version: 2.1.1 - python-version: "3.11" + python-version: "3.12" #- os: macos-latest # torch-version: 2.0.0 # python-version: "3.10" From 75d8c05d5505d10aacfe14e5713fb06bf9a17877 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Fri, 23 Aug 2024 17:20:16 +0200 Subject: [PATCH 7/7] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47781396..64f7b3fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: # We aim to support the versions on pytorch.org # as well as selected previous versions on # https://pytorch.org/get-started/previous-versions/ - torch-version: ["2.0.0", "2.4.0"] + torch-version: ["2.4.0"] include: - os: windows-latest - torch-version: 2.0.0 - python-version: "3.10" + torch-version: 2.4.0 + python-version: "3.12" - os: ubuntu-latest - torch-version: 2.1.1 + torch-version: 2.4.0 python-version: "3.12" #- os: macos-latest # torch-version: 2.0.0