Skip to content

Commit

Permalink
Update duckdb requirement to 0.8.2.dev3250
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 4, 2023
1 parent 618bc35 commit 4159fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tqdm>=4.60.0,<5",
# Filtering
f"pandas<2.2; {no_linux_on_arm}",
f"duckdb<0.9; {no_linux_on_arm}",
f"duckdb==0.8.2.dev3250; {no_linux_on_arm}",
# Grafana
"requests>=2.26,<3",
"grafana-client>=2.1.0,<4",
Expand Down

0 comments on commit 4159fca

Please sign in to comment.