From 469aaf8464b0dabb4886e53b30e106bf22f80258 Mon Sep 17 00:00:00 2001 From: vishnumahamkali Date: Sun, 22 Nov 2020 12:19:20 +1000 Subject: [PATCH] Import of tmodel fails Fixes #13 setting the equilibrator-api and component_contribution dependencies to 0.3.2 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f44d8a0..d978dde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,9 @@ install_requires = numpy scipy pandas - equilibrator-api + equilibrator-api==0.3.2b7 + component-contribution==0.3.2 + python_requires = >=3.6 tests_require = tox