Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Oct 16, 2023
1 parent bba12a1 commit 9748714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/pyg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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

requirements:
host:
- pip
- flit-core
- python {{ environ.get('PYTHON_VERSION') }}

run:
Expand Down
3 changes: 2 additions & 1 deletion conda/pytorch-geometric/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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

requirements:
host:
- pip
- flit-core
- python {{ environ.get('PYTHON_VERSION') }}

run:
Expand Down

0 comments on commit 9748714

Please sign in to comment.