diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8036417a..64f7b3fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,21 +14,18 @@ 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"] + torch-version: ["2.4.0"] include: - - os: ubuntu-latest - python-version: 3.8 - torch-version: 1.9.0 - 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 - python-version: "3.11" + torch-version: 2.4.0 + python-version: "3.12" #- os: macos-latest # torch-version: 2.0.0 # python-version: "3.10" diff --git a/setup.cfg b/setup.cfg index 5d6899ad..743055a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,11 +28,11 @@ packages = find: where = - . - tests -python_requires = >=3.8 +python_requires = >=3.10 install_requires = joblib literate-dataclasses - scikit-learn + scikit-learn<=1.4.2 scipy torch tqdm