From 94b5a38c8d3e3f9e1192ff20ca233e4c078f7322 Mon Sep 17 00:00:00 2001 From: trbKnl Date: Wed, 13 Mar 2024 09:53:04 +0100 Subject: [PATCH] version does not need to be 3.11, the default python version under Ubuntu 22.04 is 3.10 there is no need to upgrade --- src/framework/processing/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/processing/py/pyproject.toml b/src/framework/processing/py/pyproject.toml index 6a48c421..b283941f 100644 --- a/src/framework/processing/py/pyproject.toml +++ b/src/framework/processing/py/pyproject.toml @@ -5,7 +5,7 @@ description = "Port package with Data Donation logic" authors = ["Emiel van der Veen "] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" pandas = "^1.5" [tool.poetry.group.test.dependencies]