"tests/vscode:/vscode.git/clone" did not exist on "e1a1721b54de2e81162ab79dff2c0aeeeae3269d"
Commit 4149cd2e authored by rusty1s's avatar rusty1s
Browse files

swap order

parent 608aa37f
...@@ -25,7 +25,7 @@ url = 'https://github.com/rusty1s/pytorch_scatter' ...@@ -25,7 +25,7 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires = [] install_requires = []
setup_requires = ['pytest-runner'] setup_requires = ['pytest-runner']
tests_require = ['pytest<5.0', 'pytest-cov'] tests_require = ['pytest-cov', 'pytest<5.0']
setup( setup(
name='torch_scatter', name='torch_scatter',
......
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