Skip to content

Commit 068bb8d

Browse files
committed
torch version 2.11
1 parent 52bf677 commit 068bb8d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
python-version: [3.11, 3.12]
1818
os: [ubuntu-latest]
19-
torch-version: [2.3.0]
19+
torch-version: [2.11.0]
2020
include:
21-
- torch-version: 2.3.0
21+
- torch-version: 2.11.0
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -38,9 +38,9 @@ jobs:
3838
- name: Run installation.
3939
run: |
4040
python -m pip install --upgrade pip
41-
python -m pip install torch==2.3.0 torchvision torchaudio -f https://download.pytorch.org/whl/cpu/torch_stable.html
42-
python -m pip install torch-sparse -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
43-
python -m pip install torch-scatter -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
41+
python -m pip install torch==2.11.0 torchvision torchaudio -f https://download.pytorch.org/whl/cpu/torch_stable.html
42+
python -m pip install torch-sparse -f https://data.pyg.org/whl/torch-2.11.0+cpu.html
43+
python -m pip install torch-scatter -f https://data.pyg.org/whl/torch-2.11.0+cpu.html
4444
python -m pip install torch-geometric
4545
python -m pip install sphinx sphinx-rtd-theme
4646
python -m pip install -e .[test]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"Intended Audience :: Developers",
5959
"Topic :: Software Development :: Build Tools",
6060
"License :: OSI Approved :: MIT License",
61-
"Programming Language :: Python :: 3.9",
61+
"Programming Language :: Python :: 3.11",
6262
],
6363
)

0 commit comments

Comments
 (0)