Commit 6703fd45 authored by rusty1s's avatar rusty1s
Browse files

python requires

parent 750f4772
...@@ -73,6 +73,7 @@ setup( ...@@ -73,6 +73,7 @@ setup(
description='PyTorch Extension Library of Optimized Scatter Operations', description='PyTorch Extension Library of Optimized Scatter Operations',
keywords=['pytorch', 'scatter', 'segment', 'gather'], keywords=['pytorch', 'scatter', 'segment', 'gather'],
license='MIT', license='MIT',
python_requires='>=3.6',
install_requires=install_requires, install_requires=install_requires,
setup_requires=setup_requires, setup_requires=setup_requires,
tests_require=tests_require, tests_require=tests_require,
......
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