From 897e1aa7617e7dca08f31f887a2853c92bec4069 Mon Sep 17 00:00:00 2001 From: kkaris Date: Wed, 12 Jul 2023 17:22:01 -0400 Subject: [PATCH] Put sbmlmath under its own extra --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 57b28c53b..b5fcf3604 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ license_files = install_requires = pydantic>=1.10,<2.0.0 sympy - sbmlmath @ git+https://github.com/dweindl/sbmlmath.git typing_extensions zip_safe = false @@ -93,6 +92,10 @@ docs = sbml = python-libsbml lxml +sbmlmath = + pint + lxml>=4.6.4 + sbmlmath @ git+https://github.com/dweindl/sbmlmath.git [mypy] plugins = pydantic.mypy