Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit 1e48717

Browse files
committed
fix pandas bug
see pandas-dev/pandas#21561 for context
1 parent e5b59b5 commit 1e48717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ lxml
22
requests
33
flask
44
selenium
5-
pandas
5+
# pandas 0.23.1 doesn't properly write to stdout
6+
pandas<=0.23.0
67
matplotlib
78
xlsx2csv
89
pylint

0 commit comments

Comments
 (0)