Replace pandas with numpy.testing

Addresses https://github.com/jensengroup/propka-3.1/pull/36#discussion_r429104797
This commit is contained in:
Nathan Baker
2020-05-23 08:40:17 -07:00
parent 0b4241cce6
commit 73f0ce47af
4 changed files with 12 additions and 14 deletions

View File

@@ -57,6 +57,6 @@ See http://propka.org/ for the PROPKA web server.
},
zip_safe=True,
python_requires='>=3.5',
tests_require=["pandas", "pytest"],
tests_require=["pandas", "numpy"],
test_suite="tests",
)