Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.docker-hub-token }}

- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v6
uses: aws-actions/configure-aws-credentials@v5
with:
aws-access-key-id: ${{ secrets.aws-access-key-id }}
aws-secret-access-key: ${{ secrets.aws-secret-access-key }}
Expand Down
103 changes: 3 additions & 100 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,100 +12,10 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ['3.10', '3.11', '3.12', '3.13']
# torch-version: [1.13.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.8.0]
# torch-version: [2.6.0, 2.7.0, 2.8.0]
torch-version: [2.8.0]
cuda-version: ['cpu', 'cu117', 'cu118', 'cu121', 'cu124', 'cu126', 'cu128', 'cu129']
cuda-version: ['cpu', 'cu118', 'cu124', 'cu126', 'cu128', 'cu129']
exclude:
- torch-version: 1.13.0
python-version: '3.13'
- torch-version: 2.0.0
python-version: '3.13'
- torch-version: 2.1.0
python-version: '3.13'
- torch-version: 2.2.0
python-version: '3.13'
- torch-version: 2.3.0
python-version: '3.13'
- torch-version: 2.4.0
python-version: '3.13'
- torch-version: 2.5.0
python-version: '3.13'
- torch-version: 1.13.0
python-version: '3.12'
- torch-version: 2.0.0
python-version: '3.12'
- torch-version: 2.1.0
python-version: '3.12'
- torch-version: 1.13.0
python-version: '3.11'
- torch-version: 1.13.0
cuda-version: 'cu118'
- torch-version: 1.13.0
cuda-version: 'cu121'
- torch-version: 1.13.0
cuda-version: 'cu124'
- torch-version: 1.13.0
cuda-version: 'cu126'
- torch-version: 1.13.0
cuda-version: 'cu128'
- torch-version: 1.13.0
cuda-version: 'cu129'
- torch-version: 2.0.0
cuda-version: 'cu124'
- torch-version: 2.0.0
cuda-version: 'cu126'
- torch-version: 2.0.0
cuda-version: 'cu128'
- torch-version: 2.0.0
cuda-version: 'cu129'
- torch-version: 2.1.0
cuda-version: 'cu117'
- torch-version: 2.1.0
cuda-version: 'cu124'
- torch-version: 2.1.0
cuda-version: 'cu126'
- torch-version: 2.1.0
cuda-version: 'cu128'
- torch-version: 2.1.0
cuda-version: 'cu129'
- torch-version: 2.2.0
cuda-version: 'cu117'
- torch-version: 2.2.0
cuda-version: 'cu124'
- torch-version: 2.2.0
cuda-version: 'cu126'
- torch-version: 2.2.0
cuda-version: 'cu128'
- torch-version: 2.2.0
cuda-version: 'cu129'
- torch-version: 2.3.0
cuda-version: 'cu117'
- torch-version: 2.3.0
cuda-version: 'cu124'
- torch-version: 2.3.0
cuda-version: 'cu126'
- torch-version: 2.3.0
cuda-version: 'cu128'
- torch-version: 2.3.0
cuda-version: 'cu129'
- torch-version: 2.4.0
cuda-version: 'cu117'
- torch-version: 2.4.0
cuda-version: 'cu126'
- torch-version: 2.4.0
cuda-version: 'cu128'
- torch-version: 2.4.0
cuda-version: 'cu129'
- torch-version: 2.5.0
cuda-version: 'cu117'
- torch-version: 2.5.0
cuda-version: 'cu126'
- torch-version: 2.5.0
cuda-version: 'cu128'
- torch-version: 2.5.0
cuda-version: 'cu129'
- torch-version: 2.6.0
cuda-version: 'cu117'
- torch-version: 2.6.0
cuda-version: 'cu121'
- torch-version: 2.6.0
Expand All @@ -128,12 +38,8 @@ jobs:
cuda-version: 'cu121'
- torch-version: 2.8.0
cuda-version: 'cu124'
- os: macos-14
cuda-version: 'cu117'
- os: macos-14
cuda-version: 'cu118'
- os: macos-14
cuda-version: 'cu121'
- os: macos-14
cuda-version: 'cu124'
- os: macos-14
Expand All @@ -142,9 +48,6 @@ jobs:
cuda-version: 'cu128'
- os: macos-14
cuda-version: 'cu129'
- os: windows-2022
torch-version: 2.0.0
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -198,7 +101,7 @@ jobs:
shell: bash

- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v6
uses: aws-actions/configure-aws-credentials@v5
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/utils/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -ex

CUDA_VERSION="${1:?Specify cuda version, e.g. cpu, cu128}"
PYTHON_VERSION="${2:?Specify python version, e.g. 3.12}"
TORCH_VERSION="${3:?Specify torch version, e.g. 2.7.0}"
PYTHON_VERSION="${2:?Specify python version, e.g. 3.13}"
TORCH_VERSION="${3:?Specify torch version, e.g. 2.8.0}"
echo "CUDA_VERSION: ${CUDA_VERSION}"
echo "PYTHON_VERSION: ${PYTHON_VERSION//./}"
echo "TORCH_VERSION: ${TORCH_VERSION}"
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/utils/full_matrix_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,5 @@
"torch-version": "2.6.0",
"python-version": ["3.10", "3.11", "3.12", "3.13"],
"cuda-version": ["cpu", "cu118", "cu124", "cu126"]
},
{
"torch-version": "2.5.0",
"python-version": ["3.10", "3.11", "3.12", "3.13"],
"cuda-version": ["cpu", "cu118", "cu121", "cu124"]
},
{
"torch-version": "2.4.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.3.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.2.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.1.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.0.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
}
]
35 changes: 0 additions & 35 deletions .github/workflows/utils/full_matrix_macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,5 @@
"torch-version": "2.6.0",
"python-version": ["3.10", "3.11", "3.12", "3.13"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.5.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.4.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.3.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.2.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.1.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "2.0.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10"],
"cuda-version": ["cpu"]
}
]
35 changes: 0 additions & 35 deletions .github/workflows/utils/full_matrix_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,5 @@
"torch-version": "2.6.0",
"python-version": ["3.10", "3.11", "3.12", "3.13"],
"cuda-version": ["cpu", "cu118", "cu124", "cu126"]
},
{
"torch-version": "2.5.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu", "cu118", "cu121", "cu124"]
},
{
"torch-version": "2.4.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu", "cu118", "cu121", "cu124"]
},
{
"torch-version": "2.3.0",
"python-version": ["3.10", "3.11", "3.12"],
"cuda-version": ["cpu", "cu118", "cu121"]
},
{
"torch-version": "2.2.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu", "cu118", "cu121"]
},
{
"torch-version": "2.1.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu", "cu118", "cu121"]
},
{
"torch-version": "2.0.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu", "cu117", "cu118"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10"],
"cuda-version": ["cpu", "cu116", "cu117"]
}
]
6 changes: 3 additions & 3 deletions .github/workflows/utils/minimal_matrix_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"cuda-version": ["cpu", "cu129"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10", "3.11"],
"cuda-version": ["cpu"]
"torch-version": "2.6.0",
"python-version": ["3.10", "3.13"],
"cuda-version": ["cpu", "cu126"]
}
]
4 changes: 2 additions & 2 deletions .github/workflows/utils/minimal_matrix_macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"cuda-version": ["cpu"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10"],
"torch-version": "2.6.0",
"python-version": ["3.10", "3.13"],
"cuda-version": ["cpu"]
}
]
6 changes: 3 additions & 3 deletions .github/workflows/utils/minimal_matrix_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"cuda-version": ["cpu", "cu129"]
},
{
"torch-version": "1.13.0",
"python-version": ["3.10"],
"cuda-version": ["cpu"]
"torch-version": "2.6.0",
"python-version": ["3.10", "3.13"],
"cuda-version": ["cpu", "cu126"]
}
]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added macOS Apple Silicon support ([#310](https://github.com/pyg-team/pyg-lib/pull/310))
### Changed
### Removed
- Removed Support for Python 1.13-2.5 ([#532](https://github.com/pyg-team/pyg-lib/pull/532))
- Dropped Python 3.9 support ([#525](https://github.com/pyg-team/pyg-lib/pull/525))
- Dropped Python 3.8 support ([#356](https://github.com/pyg-team/pyg-lib/pull/356))
- Removed linking to Python ([#462](https://github.com/pyg-team/pyg-lib/pull/462))
Expand Down
Loading