File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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]
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments