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 bcdb323 commit 4b531e5Copy full SHA for 4b531e5
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = '1.6.2'
+__version__ = '1.6.3'
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