"vscode:/vscode.git/clone" did not exist on "c001b98087e45b7b60509127d4d2e9d9ba809444"
Commit b6f07738 authored by rusty1s's avatar rusty1s
Browse files

added dependency

parent e9bc328b
......@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
__version__ = '0.1.0'
url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['cffi']
install_requires = ['cffi', 'torch-unique']
setup_requires = ['pytest-runner', 'cffi']
tests_require = ['pytest', 'pytest-cov']
......
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