Skip to content

Commit

Permalink
fixing pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 22, 2024
1 parent d62231d commit ad5d879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ databricks-sql-connector>=3.0.0, <3.1.0
dbt-spark~=1.7.1
databricks-sdk>=0.9.0, <0.16.0
keyring>=23.13.0
pandas>=2.1.0,<2.2.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def _get_plugin_version() -> str:
"databricks-sql-connector>=3.0.0, <3.1.0",
"databricks-sdk>=0.9.0, <0.16.0",
"keyring>=23.13.0",
"pandas>=2.1.0,<2.2.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit ad5d879

Please sign in to comment.