"tests/vscode:/vscode.git/clone" did not exist on "7f724a930ed44719065ce11fb5365acc4cc83f3a"
Commit e56f33d5 authored by rusty1s's avatar rusty1s
Browse files

dependencies

parent a4cbb359
......@@ -68,14 +68,14 @@ def get_extensions():
__version__ = '0.0.0'
install_requires = []
install_requires = ['ogb', 'hydra-core']
setup_requires = ['pytest-runner']
tests_require = ['pytest', 'pytest-cov']
setup(
name='torch_geometric_autoscale',
version='0.0.0',
description='PyGas: Auto-Scaling in PyG',
description='PyGAS: Auto-Scaling in PyG',
python_requires='>=3.6',
install_requires=install_requires,
setup_requires=setup_requires,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment