From da5a3761a10895f4a0becfabd941ab1e08716e3f Mon Sep 17 00:00:00 2001 From: ConorFWild <41680328+ConorFWild@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:13:54 +0100 Subject: [PATCH] Remove corrupted constant --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f25ae9d0..dfe86cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ description = "One line description of your module" dependencies = [ "gemmi", "loguru", - "pydantic", + "pydantic=2.6.0", "networkx", "numpy", "rich",