Skip to content

Commit

Permalink
pandas.isna was introduced in version 0.21.0 (streamlit#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhone authored Nov 14, 2019
1 parent 127dadc commit eb29917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ watchdog = "*"
# Only Python 3.x packages

[python3]
pandas = "*"
pandas = ">=0.21.0"
numpy = "*"
# Only Python 2.x packages

[python2]
futures = "*"
pandas = "<0.25.0"
pandas = ">=0.21.0,<0.25.0"
numpy = "<1.17.0"

0 comments on commit eb29917

Please sign in to comment.