Skip to content

Commit

Permalink
Merge pull request #246 from duckdb/jwills_fix_pandas_dep
Browse files Browse the repository at this point in the history
Pin pandas depenedency to 2.0.0 to get around dtypes error in integration tests
  • Loading branch information
jwills authored Sep 11, 2023
2 parents e1100ae + 86e0c9e commit f1f0e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-tests-adapter==1.6.1

boto3
mypy-boto3-glue
pandas
pandas==2.0.0
pyarrow
black==23.7.0
buenavista
Expand Down

0 comments on commit f1f0e23

Please sign in to comment.