Skip to content

Commit 75252d5

Browse files
committed
Put upper bound on pandas version requirement
1 parent b56c65c commit 75252d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.17
2-
pandas>=1.0.3
2+
pandas>=1.0.3,<1.2.0
33
pyarrow>=1.0.0
44
regex
55
# TODO: The following dependency should go away when we switch to Python 3.8.

0 commit comments

Comments
 (0)