pyg-nightly 2.7.0.dev20241121__py3-none-any.whl → 2.7.0.dev20241124__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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyg-nightly
3
- Version: 2.7.0.dev20241121
3
+ Version: 2.7.0.dev20241124
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>
@@ -1,4 +1,4 @@
1
- torch_geometric/__init__.py,sha256=KxeHpFIYYrXJ-wesw35LT5EYOhXnC86_S8hRPAfpOy4,1904
1
+ torch_geometric/__init__.py,sha256=3RVflrVxTFQoil4Sv-0x8Wr5IftwVD9-YYAwwGwnwzk,1904
2
2
  torch_geometric/_compile.py,sha256=f-WQeH4VLi5Hn9lrgztFUCSrN_FImjhQa6BxFzcYC38,1338
3
3
  torch_geometric/_onnx.py,sha256=V9ffrIKSqhDw6xUZ12lkuSfNs48cQp2EeJ6Z19GfnVw,349
4
4
  torch_geometric/backend.py,sha256=lVaf7aLoVaB3M-UcByUJ1G4T4FOK6LXAg0CF4W3E8jo,1575
@@ -623,6 +623,6 @@ torch_geometric/utils/undirected.py,sha256=H_nfpI0_WluOG6VfjPyldvcjL4w5USAKWu2x5
623
623
  torch_geometric/visualization/__init__.py,sha256=PyR_4K5SafsJrBr6qWrkjKr6GBL1b7FtZybyXCDEVwY,154
624
624
  torch_geometric/visualization/graph.py,sha256=ZuLPL92yGRi7lxlqsUPwL_EVVXF7P2kMcveTtW79vpA,4784
625
625
  torch_geometric/visualization/influence.py,sha256=CWMvuNA_Nf1sfbJmQgn58yS4OFpeKXeZPe7kEuvkUBw,477
626
- pyg_nightly-2.7.0.dev20241121.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
627
- pyg_nightly-2.7.0.dev20241121.dist-info/METADATA,sha256=GZC_8xTwtszZfiAKIcN4yjzbZCrGmYbnpl5lr98v8eg,62979
628
- pyg_nightly-2.7.0.dev20241121.dist-info/RECORD,,
626
+ pyg_nightly-2.7.0.dev20241124.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
627
+ pyg_nightly-2.7.0.dev20241124.dist-info/METADATA,sha256=4Y_tgdPduB0ylxdgw9u2c98XGvWfN_0is1-4mppzP4Q,62979
628
+ pyg_nightly-2.7.0.dev20241124.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.dev20241121'
33
+ __version__ = '2.7.0.dev20241124'
34
34
 
35
35
  __all__ = [
36
36
  'Index',