blob: 649d407d9b1e8be0c9227916660d3873d9c1ab6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/mlpack/bindings/python/setup.py.in
+++ b/src/mlpack/bindings/python/setup.py.in
@@ -137,7 +137,7 @@
packages=['mlpack'],
cmdclass={ 'build_ext': build_ext },
ext_modules = modules,
- setup_requires=['cython', 'pytest-runner'],
+ setup_requires=['cython'],
tests_require=['pytest>3;python_version>"3.4"', 'pytest>3,<=4.6;python_version<="3.4"',
'more-itertools>=4.0.0,<6.0.0;python_version<="2.7"',
'more-itertools>=4.0.0;python_version>"2.7"'],
|