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:
parent
86985d3de4
commit
59a5109ed9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue