Skip to content

Commit

Permalink
bump pytorch min ver to 2.3 and macos runners to m1 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored Jul 22, 2024
1 parent 44d2f3c commit f04a88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04", "macOS-12", "windows-2022"]
os: ["ubuntu-22.04", "macOS-14", "windows-2022"]
python-version: ["3.10"]
requires: ["latest", "nightly"] # , 'oldest'
include:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch >=2.2.0
torch >=2.3.0
looseversion ==1.3.0
lightning-utilities >=0.7.0
numpy >=1.23.0,<2 # not yet ready for numpy 2
Expand Down

0 comments on commit f04a88f

Please sign in to comment.