Skip to content

Commit

Permalink
Remove duckdb constrain
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond authored Jul 31, 2023
1 parent 78de6af commit be43e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soda/duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package_version = "3.0.47"
description = "Soda Core Duckdb Package"

requires = [f"soda-core=={package_version}", "duckdb<=0.8"]
requires = [f"soda-core=={package_version}", "duckdb"]

setup(
name=package_name,
Expand Down

0 comments on commit be43e43

Please sign in to comment.