From ba878640120a8f7a583cfd3e499161a956b6a0e3 Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Fri, 3 Dec 2021 13:54:51 +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 0403483..ed05f16 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'numpy', 'pandas', 'pyyaml>=5.1.1', - 'schema', + 'schema!=0.7.5', 'typing_extensions', 'h5py', ],