From 1ddc0a3584283ff9da28bd66f098a766e9b3abfb Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Thu, 2 Dec 2021 16:16:54 +0100 Subject: [PATCH] BLD: Avoid schema 0.7.5 Xref keleshev/schema#272 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c4986d5..0e5c78c9 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ 'scipy', 'pandas', 'pyyaml>=5.1', - 'schema', + 'schema!=0.7.5', 'AssertionLib>=2.2.3', 'plams>=1.5.1', 'contextlib2>=0.6.0; python_version=="3.6"',