Skip to content

Commit

Permalink
Merge pull request #31 from ComplexData-MILA/farimah
Browse files Browse the repository at this point in the history
updates for pip install
  • Loading branch information
fpour authored Feb 15, 2024
2 parents 098e94d + a2aba2d commit b17e605
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ def readme():

setup(
name="py-tgx",
version="0.3.0",
version="0.3.1",
description="Temporal Graph Visualization with TGX",
url="https://github.com/ComplexData-MILA/TGX",
keywords="Temporal Graph Visualization",
license="MIT",
packages=find_packages(),
install_requires=[
'appdirs==1.4.4',
'networkx==3.1',
'numpy==1.24.2',
'pandas==1.5.3',
'py-tgb==0.9.2',
'requests==2.28.2',
'scikit_learn==1.3.0',
'scipy==1.10.1',
'seaborn==0.13.2',
'sklearn==0.0',
'torch==2.0.1',
'torch-geometric-temporal==0.54.0',
'torch_geometric==2.3.1',
'torch_scatter==2.1.1',
'torch_sparse==0.6.17',
'tqdm==4.65.0',
'wandb==0.16.3',
'appdirs',
'networkx',
'numpy',
'pandas',
'py-tgb',
'requests',
'scikit_learn',
'scipy',
'seaborn',
'sklearn',
'torch',
'torch-geometric-temporal',
'torch_geometric',
'torch_scatter',
'torch_sparse',
'tqdm',
'wandb',
],
)

0 comments on commit b17e605

Please sign in to comment.