We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b13e8e commit f0b6752Copy full SHA for f0b6752
setup.py
@@ -18,7 +18,7 @@ def readlocal(fname):
18
# - pandas >= 0.20.0 is required since commit 01669f2024a7bffe47cceec0a0fd845f71b6f7cc
19
# (issue 702 : fixed bug when writing metadata using HDF format)
20
INSTALL_REQUIRES = ['numpy >= 1.13', 'pandas >= 0.20.0']
21
-TESTS_REQUIRE = ['pytest', 'pytest-pep8', 'pytest-flake8']
+TESTS_REQUIRE = ['pytest', 'pytest-flake8']
22
23
LICENSE = 'GPLv3'
24
URL = 'https://github.com/larray-project/larray'
0 commit comments