From 922667eff881c99a5aec6606f10a85635ee7a3b8 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone <23509131+ncilfone@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:02:06 -0400 Subject: [PATCH] changed linter to 3.10. bumped tune support to only 3.8+ --- .github/workflows/python-lint.yaml | 2 +- .github/workflows/python-pytest-tune.yaml | 2 +- README.md | 2 +- requirements/TUNE_REQUIREMENTS.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-lint.yaml b/.github/workflows/python-lint.yaml index 1c033955..8cf9f5c2 100644 --- a/.github/workflows/python-lint.yaml +++ b/.github/workflows/python-lint.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.8' + python-version: '3.10' - uses: actions/cache@v2 with: diff --git a/.github/workflows/python-pytest-tune.yaml b/.github/workflows/python-pytest-tune.yaml index f276211e..4e1aded3 100644 --- a/.github/workflows/python-pytest-tune.yaml +++ b/.github/workflows/python-pytest-tune.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 1d0a03ad..9670609e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ generating CLI arguments, and hierarchical configuration by composition. ## Quick Install -The basic install and `[s3]` extension require Python 3.6+ while the `[tune]` extension requires Python 3.7+ +The basic install and `[s3]` extension require Python 3.6+ while the `[tune]` extension requires Python 3.8+ | Base | w/ S3 Extension | w/ Hyper-Parameter Tuner | |------|-----------------|--------------------------| diff --git a/requirements/TUNE_REQUIREMENTS.txt b/requirements/TUNE_REQUIREMENTS.txt index c3b66fe2..4d89e88f 100644 --- a/requirements/TUNE_REQUIREMENTS.txt +++ b/requirements/TUNE_REQUIREMENTS.txt @@ -4,5 +4,5 @@ torch~=2.0 ; python_version >= '3.8' torch~=1.13 ; python_version <= '3.7' ax-platform~=0.3.4; python_version >= '3.9' ax-platform~=0.3.3; python_version == '3.8' -ax-platform~=0.2.4; python_version == '3.7' +# ax-platform~=0.2.4; python_version == '3.7'