Skip to content

Commit

Permalink
Attempt to fix torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 6, 2024
1 parent 77071f2 commit 947ca7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch==2.2.0 # We require this specific version for numerical tests!
python -m pip install --upgrade --no-cache-dir -e '.[dev]'
- name: Log into HuggingFace
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dev = [
"ruff==0.4.1",
"pre-commit",
"jupyter-book",
"torch==2.2.0",
]

[project.urls]
Expand Down

0 comments on commit 947ca7c

Please sign in to comment.