Skip to content

Commit

Permalink
Attempting to remove torch pin and temporarily reducing CI matrix to …
Browse files Browse the repository at this point in the history
…ubunu-latest and python-3.9 for debugging.
  • Loading branch information
lothian committed Dec 27, 2023
1 parent ec844b7 commit f5ba24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest]
python-version: ['3.9']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"numpy",
"opt_einsum",
"scipy",
"torch<=1.11"
"torch"
],

# Which Python importable modules should be included when your package is installed
Expand Down

0 comments on commit f5ba24e

Please sign in to comment.