Skip to content

Commit

Permalink
REL: temporarily pin pandas below v1 biocore#258
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Feb 29, 2020
1 parent 7cb2885 commit 46075ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
- Qurro now (explicitly) requires that a Python version of at least 3.5.3 is
installed. (This is an increase from the previous 3.5 minimum.)
([#74](https://github.com/biocore/qurro/issues/74))
- As a temporary measure, the version of Pandas required to install Qurro from
PyPI has been pinned to below version 1.
([#258](https://github.com/biocore/qurro/issues/258))
- This isn't really "backwards incompatible" since trying to run Qurro with
Pandas 1.0.0 installed would break.
### Bug fixes
### Performance enhancements
### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"biom-format[hdf5]",
"click",
"numpy >= 1.12.0",
"pandas >= 0.24.0",
"pandas >= 0.24.0, <1",
"scikit-bio > 0.5.3",
],
# Based on how Altair splits up its requirements:
Expand Down

0 comments on commit 46075ab

Please sign in to comment.