pyg-nightly 2.7.0.dev20241004__py3-none-any.whl → 2.7.0.dev20241009__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyg-nightly
3
- Version: 2.7.0.dev20241004
3
+ Version: 2.7.0.dev20241009
4
4
  Summary: Graph Neural Network Library for PyTorch
5
5
  Keywords: deep-learning,pytorch,geometric-deep-learning,graph-neural-networks,graph-convolutional-networks
6
6
  Author-email: Matthias Fey <matthias@pyg.org>
7
- Requires-Python: >=3.8
7
+ Requires-Python: >=3.9
8
8
  Description-Content-Type: text/markdown
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python
12
- Classifier: Programming Language :: Python :: 3.8
13
12
  Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
@@ -410,7 +409,7 @@ These approaches have been implemented in PyG, and can benefit from the above GN
410
409
 
411
410
  ## Installation
412
411
 
413
- PyG is available for Python 3.8 to Python 3.12.
412
+ PyG is available for Python 3.9 to Python 3.12.
414
413
 
415
414
  ### Anaconda
416
415
 
@@ -1,4 +1,4 @@
1
- torch_geometric/__init__.py,sha256=RR5AXuWLb6DyaXOaM-Cn1-2B6F9TdJ3iwUYYpm-3kyU,1904
1
+ torch_geometric/__init__.py,sha256=0DyVVRCNEucg6wdvmBAmO-c4nNWoNpB_gI8PzqzU4Ts,1904
2
2
  torch_geometric/_compile.py,sha256=0HAdz6MGmyrgi4g6P-PorTg8dPIKx3Jo4zVJavrlfX0,1139
3
3
  torch_geometric/_onnx.py,sha256=V9ffrIKSqhDw6xUZ12lkuSfNs48cQp2EeJ6Z19GfnVw,349
4
4
  torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
@@ -181,7 +181,7 @@ torch_geometric/distributed/dist_neighbor_sampler.py,sha256=YrL-NMFOJwHJpF189o4k
181
181
  torch_geometric/distributed/event_loop.py,sha256=wr3iwMYEWOGkBlvC5huD2k5YxisaGE9w1Z-8RcQiIQk,3309
182
182
  torch_geometric/distributed/local_feature_store.py,sha256=CLW37RN0ouDufEs2tY9d2nLLvpxubiT6zgW3LIHAU8k,19058
183
183
  torch_geometric/distributed/local_graph_store.py,sha256=wNHXSS824Kk2HynbtWFXx-W4pl97UUBv6qFHAVqO3W4,8445
184
- torch_geometric/distributed/partition.py,sha256=PGIchzAJ4gu4D46A0BcV2dqKPIPOflfLRRnORW5c8lo,14731
184
+ torch_geometric/distributed/partition.py,sha256=X0BleuY0ROlUtVXKvvz814pJwglZQ2_6OiMi1K0Hhvo,14731
185
185
  torch_geometric/distributed/rpc.py,sha256=t0Ts4tzUE0LQyBr71i2iBjQDLe9NWkmVRf7C4xOllJc,5753
186
186
  torch_geometric/distributed/utils.py,sha256=FGrr3qw7hx7EQaIjjqasurloCFJ9q_0jt8jdSIUjBeM,6567
187
187
  torch_geometric/explain/__init__.py,sha256=pRxVB33zsxhED1StRWdHboQWh3e06__g9N298Hzi42Y,359
@@ -618,6 +618,6 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
618
618
  torch_geometric/visualization/__init__.py,sha256=PyR_4K5SafsJrBr6qWrkjKr6GBL1b7FtZybyXCDEVwY,154
619
619
  torch_geometric/visualization/graph.py,sha256=SvbdVx5Zmuy_WSSA4-WWCkqAcCSHVe84mjMfsEWbZCs,4813
620
620
  torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
621
- pyg_nightly-2.7.0.dev20241004.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
622
- pyg_nightly-2.7.0.dev20241004.dist-info/METADATA,sha256=HCDCfQ6zM9i1TVRYnhdEDgcZ0hjPFKPlP3BoWJ3Kq08,63068
623
- pyg_nightly-2.7.0.dev20241004.dist-info/RECORD,,
621
+ pyg_nightly-2.7.0.dev20241009.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
622
+ pyg_nightly-2.7.0.dev20241009.dist-info/METADATA,sha256=-SgyTdGGabVIQ9ww7-bO-zYtgg8X3zXbEfuyIxXfERg,63018
623
+ pyg_nightly-2.7.0.dev20241009.dist-info/RECORD,,
@@ -30,7 +30,7 @@ from .lazy_loader import LazyLoader
30
30
  contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
31
31
  graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')
32
32
 
33
- __version__ = '2.7.0.dev20241004'
33
+ __version__ = '2.7.0.dev20241009'
34
34
 
35
35
  __all__ = [
36
36
  'Index',
@@ -3,7 +3,7 @@ import logging
3
3
  import os
4
4
  import os.path as osp
5
5
  from collections import defaultdict
6
- from typing import List, Optional, Union
6
+ from typing import Dict, List, Optional, Tuple, Union
7
7
 
8
8
  import torch
9
9
 
@@ -12,7 +12,7 @@ from torch_geometric.data import Data, HeteroData
12
12
  from torch_geometric.io import fs
13
13
  from torch_geometric.loader.cluster import ClusterData
14
14
  from torch_geometric.sampler.utils import sort_csc
15
- from torch_geometric.typing import Dict, EdgeType, EdgeTypeStr, NodeType, Tuple
15
+ from torch_geometric.typing import EdgeType, EdgeTypeStr, NodeType
16
16
 
17
17
 
18
18
  class Partitioner: