Skip to content

Commit

Permalink
update versions in base_test_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Nov 2, 2024
1 parent 3b37166 commit c1aba4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
pytorch-version: 1.6
torchvision-version: 0.7
- python-version: 3.9
pytorch-version: 2.3
torchvision-version: 0.18
pytorch-version: 2.5
torchvision-version: 0.20

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[with-hooks-cpu]
pip install "numpy<2.0" torch==${{ matrix.pytorch-version }} torchvision==${{ matrix.torchvision-version }} --force-reinstall
pip install torch==${{ matrix.pytorch-version }} torchvision==${{ matrix.torchvision-version }} --force-reinstall
pip install --upgrade protobuf==3.20.1
pip install six
pip install packaging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
python_requires=">=3.0",
install_requires=[
"numpy",
"scikit-learn <= 1.4.1.post1",
"scikit-learn",
"tqdm",
"torch >= 1.6.0",
],
Expand Down

0 comments on commit c1aba4c

Please sign in to comment.