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]
This commit is contained in:
Guillaume Raffy 2024-11-13 14:57:49 +01:00
parent 86985d3de4
commit 59a5109ed9
1 changed files with 1 additions and 1 deletions

View File

@ -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"