Skip to content

Commit

Permalink
Add fix for k'
Browse files Browse the repository at this point in the history
  • Loading branch information
ragulpr committed Jan 19, 2025
1 parent 8c2d252 commit 01c87de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -r requirements.txt -r requirements-dev.txt
- name: Run tests
run: pytest -v test.py
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
torch==2.2.2
# torch==2.2.2 last with macos supported
torch>=2

0 comments on commit 01c87de

Please sign in to comment.