From 1636527a68858c47528dda65e21b6562cd25fbac Mon Sep 17 00:00:00 2001 From: Teddy Groves Date: Wed, 2 Aug 2023 09:20:26 +0200 Subject: [PATCH] Don't pin a specific pydantic version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 159436403..8a40b8915 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ install_requires = numpy >=1.13 optlang ~=1.5 pandas ~=1.0 - pydantic ~=2.1 + pydantic >=2.0 python-libsbml ~=5.19 rich >=8.0 ruamel.yaml ~=0.16