Skip to content

Commit 4149cd2

Browse files
committed
swap order
1 parent 608aa37 commit 4149cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
install_requires = []
2727
setup_requires = ['pytest-runner']
28-
tests_require = ['pytest<5.0', 'pytest-cov']
28+
tests_require = ['pytest-cov', 'pytest<5.0']
2929

3030
setup(
3131
name='torch_scatter',

0 commit comments

Comments
 (0)