Commit 682272aa authored by rusty1s's avatar rusty1s
Browse files

unique dependency added

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