We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80829da commit febfb25Copy full SHA for febfb25
requirements.txt
@@ -6,7 +6,7 @@ flake8
6
# https://github.com/pallets/markupsafe/issues/284
7
markupsafe==2.0.1
8
# https://github.com/pandas-dev/pandas/pull/45749
9
-pandas>=1.1.5
+pandas>=1.1.5,<2
10
google-cloud-storage
11
boto3
12
setup.py
@@ -187,7 +187,7 @@ def initialize_options(self) -> None:
187
]
188
189
pandas_dependencies = [
190
- 'pandas>=1.1.5',
+ 'pandas>=1.1.5,<2',
191
192
193
mysql_dependencies = [
0 commit comments