From f6fbf9280d5c58dfbcca7bdd903fba6689bcf880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCnsche?= Date: Tue, 23 Jan 2024 14:55:32 +0100 Subject: [PATCH] benchmarks: lower python requirements for ci ubuntu --- betree/haura-benchmarks/haura-plots/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/betree/haura-benchmarks/haura-plots/pyproject.toml b/betree/haura-benchmarks/haura-plots/pyproject.toml index 962096f8..382b5ee1 100644 --- a/betree/haura-benchmarks/haura-plots/pyproject.toml +++ b/betree/haura-benchmarks/haura-plots/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Johannes Wünsche "] license = "AGPL-3.0" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" matplotlib = "^3.6.3" numpy = "^1.24.1" pandas = "^1.5.3"