Skip to content

Commit

Permalink
amend tests require
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Oct 28, 2020
1 parent 70b985a commit 9cdd9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def run_tests(self):
setup_requires=["pybind11 >= 2.2"],
install_requires=["pybind11 >= 2.2"],
tests_require=[
"pytest", "numpy", "h5py", "numba", "scipy",
"pytest", "numpy", "h5py", "numba", "scipy", "pandas"
],
# extras_require={
# "build_docs": ["sphinx>=2", "breathe", "sphinxcontrib-bibtex",
Expand Down

0 comments on commit 9cdd9a4

Please sign in to comment.