Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
pin down pandas due to numpy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 1, 2019
1 parent 87e81bc commit 881692b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"pathlib",
"pyper",
"scipy>=0.13.0",
# dclab->statsmodels->pandas dependencies are not
# resolved with numpy:
# pandas 0.24.2 has requirement numpy>=1.12.0,
# but you'll have numpy 1.11.0 which is incompatible.'
"pandas<=0.23.4",
],
setup_requires=['pytest-runner'],
tests_require=["pytest", "urllib3"],
Expand Down

0 comments on commit 881692b

Please sign in to comment.