We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b924e1e commit 8721142Copy full SHA for 8721142
pom.xml
@@ -32,7 +32,7 @@
32
<stormpot.version>3.1</stormpot.version>
33
<disruptor-version>3.3.2</disruptor-version>
34
<mockito.version>4.6.0</mockito.version>
35
- <duckdb.version>0.7.1</duckdb.version>
+ <duckdb.version>0.8.0</duckdb.version>
36
<agrona-version>1.16.0</agrona-version>
37
</properties>
38
<dependencies>
scripts/install-dependencies.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-pip3 install --user duckdb==0.7.1 pytz networkit pandas
+pip3 install --user duckdb==0.8.0 pytz networkit pandas
0 commit comments