We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a8627 commit c57eb7dCopy full SHA for c57eb7d
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = '1.6.1'
+__version__ = '1.6.2'
4
url = 'https://github.com/rusty1s/pytorch_geometric'
5
6
install_requires = [
torch_geometric/__init__.py
@@ -5,7 +5,7 @@
import torch_geometric.transforms
import torch_geometric.utils
7
8
9
10
__all__ = [
11
'is_debug_enabled',
0 commit comments