Skip to content

Commit

Permalink
remove dependency requirement on pandas (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro authored Dec 8, 2023
1 parent fde77d6 commit f5e5335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pathspec",
# Duckdb doesn't work with this version.
# We can remove this once duckdb has released version 0.8.2
"pandas!=2.1.0",
"pandas",
"pg8000",
"pulumi==3.35.3",
"pulumi_aws",
Expand Down

0 comments on commit f5e5335

Please sign in to comment.