From 72ececf807cbde50ec0d7c431f406d1e5f301f7f Mon Sep 17 00:00:00 2001 From: rusty1s Date: Thu, 12 Oct 2023 10:20:25 +0200 Subject: [PATCH 1/5] update --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642912ed4099..81b7608caf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [2.4.0] - 2023-MM-DD +## [2.5.0] - 2023-MM-DD + +### Added + +### Changed + +### Removed + +## [2.4.0] - 2023-10-12 ### Added From bec1ba7e753394a7632f75b2bd641a59003770af Mon Sep 17 00:00:00 2001 From: rusty1s Date: Thu, 12 Oct 2023 11:30:45 +0200 Subject: [PATCH 2/5] update --- conda/pyg/meta.yaml | 2 +- conda/pytorch-geometric/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/pyg/meta.yaml b/conda/pyg/meta.yaml index 959e7e88c2d4..9357eab2e0a8 100644 --- a/conda/pyg/meta.yaml +++ b/conda/pyg/meta.yaml @@ -3,7 +3,7 @@ package: version: 2.3.1 source: - url: https://files.pythonhosted.org/packages/06/a5/9f5af849c4185da5ea55f70ef17e23f93355cd4e989d82cfc8ba2d8747af/torch_geometric-2.3.1.tar.gz + url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: host: diff --git a/conda/pytorch-geometric/meta.yaml b/conda/pytorch-geometric/meta.yaml index 21b986278034..6a10ed8add48 100644 --- a/conda/pytorch-geometric/meta.yaml +++ b/conda/pytorch-geometric/meta.yaml @@ -3,7 +3,7 @@ package: version: 2.3.1 source: - url: https://files.pythonhosted.org/packages/06/a5/9f5af849c4185da5ea55f70ef17e23f93355cd4e989d82cfc8ba2d8747af/torch_geometric-2.3.1.tar.gz + url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: host: From 9748714911d1459500874bea6d489e8a0977b009 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Mon, 16 Oct 2023 10:00:23 +0200 Subject: [PATCH 3/5] update --- conda/pyg/meta.yaml | 3 ++- conda/pytorch-geometric/meta.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conda/pyg/meta.yaml b/conda/pyg/meta.yaml index 9357eab2e0a8..b7ea78edc53a 100644 --- a/conda/pyg/meta.yaml +++ b/conda/pyg/meta.yaml @@ -1,6 +1,6 @@ package: name: pyg - version: 2.3.1 + version: 2.4.0 source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz @@ -8,6 +8,7 @@ source: requirements: host: - pip + - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: diff --git a/conda/pytorch-geometric/meta.yaml b/conda/pytorch-geometric/meta.yaml index 6a10ed8add48..bb0bfe224e11 100644 --- a/conda/pytorch-geometric/meta.yaml +++ b/conda/pytorch-geometric/meta.yaml @@ -1,6 +1,6 @@ package: name: pytorch-geometric - version: 2.3.1 + version: 2.4.0 source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz @@ -8,6 +8,7 @@ source: requirements: host: - pip + - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: From d76bbae1ede6b66b06ac9507be85563f537b7b23 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Mon, 16 Oct 2023 10:07:15 +0200 Subject: [PATCH 4/5] update --- .github/workflows/building_pyg_conda.yml | 4 ++-- .github/workflows/building_rusty1s_conda.yml | 4 ++-- conda/pyg/meta.yaml | 4 +++- conda/pytorch-geometric/meta.yaml | 4 +++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/building_pyg_conda.yml b/.github/workflows/building_pyg_conda.yml index f121aca4331f..c23683c89449 100644 --- a/.github/workflows/building_pyg_conda.yml +++ b/.github/workflows/building_pyg_conda.yml @@ -45,14 +45,14 @@ jobs: cuda-version: 'cu117' - os: macos-latest cuda-version: 'cu113' - - os: macos-latest - cuda-version: 'cu115' - os: macos-latest cuda-version: 'cu116' - os: macos-latest cuda-version: 'cu117' - os: macos-latest cuda-version: 'cu118' + - os: macos-latest + cuda-version: 'cu121' steps: - name: Checkout repository diff --git a/.github/workflows/building_rusty1s_conda.yml b/.github/workflows/building_rusty1s_conda.yml index 262742295157..199741cdd08e 100644 --- a/.github/workflows/building_rusty1s_conda.yml +++ b/.github/workflows/building_rusty1s_conda.yml @@ -45,14 +45,14 @@ jobs: cuda-version: 'cu117' - os: macos-latest cuda-version: 'cu113' - - os: macos-latest - cuda-version: 'cu115' - os: macos-latest cuda-version: 'cu116' - os: macos-latest cuda-version: 'cu117' - os: macos-latest cuda-version: 'cu118' + - os: macos-latest + cuda-version: 'cu121' steps: - name: Checkout repository diff --git a/conda/pyg/meta.yaml b/conda/pyg/meta.yaml index b7ea78edc53a..0798fef4b2d1 100644 --- a/conda/pyg/meta.yaml +++ b/conda/pyg/meta.yaml @@ -6,9 +6,11 @@ source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: + build: + - flit-core + host: - pip - - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: diff --git a/conda/pytorch-geometric/meta.yaml b/conda/pytorch-geometric/meta.yaml index bb0bfe224e11..f5642e94e673 100644 --- a/conda/pytorch-geometric/meta.yaml +++ b/conda/pytorch-geometric/meta.yaml @@ -6,9 +6,11 @@ source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: + build: + - flit-core + host: - pip - - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: From a0d86b3001f4e925fb2a22aa522aeee9464e0b03 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Mon, 16 Oct 2023 10:16:10 +0200 Subject: [PATCH 5/5] update --- conda/pyg/meta.yaml | 4 +--- conda/pytorch-geometric/meta.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/conda/pyg/meta.yaml b/conda/pyg/meta.yaml index 0798fef4b2d1..b7ea78edc53a 100644 --- a/conda/pyg/meta.yaml +++ b/conda/pyg/meta.yaml @@ -6,11 +6,9 @@ source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: - build: - - flit-core - host: - pip + - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: diff --git a/conda/pytorch-geometric/meta.yaml b/conda/pytorch-geometric/meta.yaml index f5642e94e673..bb0bfe224e11 100644 --- a/conda/pytorch-geometric/meta.yaml +++ b/conda/pytorch-geometric/meta.yaml @@ -6,11 +6,9 @@ source: url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz requirements: - build: - - flit-core - host: - pip + - flit-core - python {{ environ.get('PYTHON_VERSION') }} run: