Skip to content

Commit febfb25

Browse files
committed
restrict pandas version to < 2.0
1 parent 80829da commit febfb25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8
66
# https://github.com/pallets/markupsafe/issues/284
77
markupsafe==2.0.1
88
# https://github.com/pandas-dev/pandas/pull/45749
9-
pandas>=1.1.5
9+
pandas>=1.1.5,<2
1010
google-cloud-storage
1111
boto3
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def initialize_options(self) -> None:
187187
]
188188

189189
pandas_dependencies = [
190-
'pandas>=1.1.5',
190+
'pandas>=1.1.5,<2',
191191
]
192192

193193
mysql_dependencies = [

0 commit comments

Comments
 (0)