From 59a5109ed9048c05c88473368909c3b8e9958df6 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Wed, 13 Nov 2024 14:57:49 +0100 Subject: [PATCH] the user can now output the benchmark results to a remote sql database accessed via ssh note: as the production benchmarks are currently stored at IPR on a database server accessed via ssh, this allows iprbench to store its results to IPR benchmark database. work rleated to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e442597..32fe444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pandas", "matplotlib", "sqlalchemy", - "cocluto >= 1.4", + "cocluto >= 1.6", # "cocluto@git+https://git.ipr.univ-rennes.fr/cellinfo/cocluto" "starbench >= 1.0.1" # "starbench@git+https://github.com/g-raffy/starbench"