Skip to content

Commit

Permalink
[CI] Exclude Pytorch 2.1.2 python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tridao committed Feb 13, 2024
1 parent f3dc2c6 commit 4ea722e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Pytorch >= 2.0 only supports Python >= 3.8
- torch-version: '2.0.1'
python-version: '3.7'
- torch-version: '2.1.1'
- torch-version: '2.1.2'
python-version: '3.7'
- torch-version: '2.2.0'
python-version: '3.7'
Expand Down
2 changes: 1 addition & 1 deletion fast_hadamard_transform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.4"
__version__ = "1.0.4.post1"

from fast_hadamard_transform.fast_hadamard_transform_interface import hadamard_transform

0 comments on commit 4ea722e

Please sign in to comment.