Skip to content

Commit

Permalink
adding in fugue[sql,duckdb]
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani authored May 10, 2024
1 parent 413b307 commit 8f35a98
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 @@ -15,7 +15,7 @@ dependencies = [
"pandas<=2.2.2,>=0.25.0",
"numpy<=1.26.4,>=1.22.0",
"ordered-set<=4.1.0,>=4.0.2",
"fugue<=0.9.0,>=0.9.0"
"fugue[sql,duckdb]<=0.9.0,>=0.9.0"
]
requires-python = ">=3.9.0"
classifiers = [
Expand Down

0 comments on commit 8f35a98

Please sign in to comment.