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'
install_requires = []
setup_requires = ['pytest-runner']
tests_require = ['pytest<5.0', 'pytest-cov']
tests_require = ['pytest-cov', 'pytest<5.0']
setup(
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