Skip to content

Commit

Permalink
restrict pandas version to < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunope committed Apr 4, 2023
1 parent 80829da commit febfb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8
# https://github.com/pallets/markupsafe/issues/284
markupsafe==2.0.1
# https://github.com/pandas-dev/pandas/pull/45749
pandas>=1.1.5
pandas>=1.1.5,<2
google-cloud-storage
boto3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def initialize_options(self) -> None:
]

pandas_dependencies = [
'pandas>=1.1.5',
'pandas>=1.1.5,<2',
]

mysql_dependencies = [
Expand Down

0 comments on commit febfb25

Please sign in to comment.