We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73199ab commit bed48b5Copy full SHA for bed48b5
.github/workflows/python-test.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
python -m pip install pytest
30
python -m pip install wheel
31
+ python -m pip install torch==2.4.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cpu
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Test with pytest
34
run: |
setup.py
@@ -29,8 +29,8 @@
],
tests_require=[
'pytest',
- 'torch==1.12.1',
- 'torchvision==0.13.1'
+ 'torch==2.4.0',
+ 'torchvision==0.19.0'
35
classifiers=[
36
'Development Status :: 4 - Beta',
0 commit comments