Skip to content

Commit

Permalink
⬆️ Drop support for torch <= 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Apr 10, 2023
1 parent 41ee059 commit 07d2e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9"]
torch-version: ["1.8", "1.12"]
torch-version: ["1.12", "2.0"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.20.0
torch>=1.8.0
torch>=1.12.0

0 comments on commit 07d2e51

Please sign in to comment.