diff --git a/Project.toml b/Project.toml index 81b3096..8063621 100644 --- a/Project.toml +++ b/Project.toml @@ -20,9 +20,10 @@ CSV = "0.10" Clustering = "0.15" DataFrames = "1" Distances = "0.10" -DuckDB = "0.10, ~1.0" # ~1.0 until they fix https://github.com/duckdb/duckdb/issues/13911 -DuckDB_jll = "0.10, ~1.0" # DuckDB 1.0.0 still allows DuckDB_jll 1.1.0 +DuckDB = "0.10, ~1.0" +DuckDB_jll = "0.10, ~1.0" LinearAlgebra = "1.6" ProgressBars = "1" SparseArrays = "1.6" +Statistics = "1" julia = "1.10"