Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mirca committed Mar 1, 2024
2 parents e90fdf7 + e47076d commit 4ce0472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 9
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies (Windows)
run: pip install "jax[cpu]===0.3.14" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
run: pip install "jax[cpu]===0.4.25" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
if: matrix.os == 'windows-latest'
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4ce0472

Please sign in to comment.