"src/vscode:/vscode.git/clone" did not exist on "6b9a3334dba6f535304a242e318a90a2f468e928"
Commit ef3a24c5 authored by rusty1s's avatar rusty1s
Browse files

python requires

parent 5a006f71
...@@ -81,6 +81,7 @@ setup( ...@@ -81,6 +81,7 @@ setup(
'Matrix Operations'), 'Matrix Operations'),
keywords=['pytorch', 'sparse', 'sparse-matrices', 'autograd'], keywords=['pytorch', 'sparse', 'sparse-matrices', 'autograd'],
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