Skip to content

Commit

Permalink
DuckDB dataframe: Pin DuckDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 27, 2024
1 parent 3beb994 commit 0f05add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb-dataframe/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sudo apt-get update
sudo apt-get install -y python3-pip
pip install --break-system-packages pandas duckdb
pip install --break-system-packages pandas duckdb==1.1.3

# Download the data
wget --no-verbose --continue https://datasets.clickhouse.com/hits_compatible/athena/hits.parquet
Expand Down

0 comments on commit 0f05add

Please sign in to comment.