From ae759e4056ef5ffcfd3d062ef4ec83dbd8ee2248 Mon Sep 17 00:00:00 2001 From: John Shearer Date: Fri, 30 Dec 2022 17:52:24 +0000 Subject: [PATCH] allow construct version 2.10.67 or higher --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5167c7..bed7814 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -construct==2.10.67 +construct>=2.10.67 construct-typing==0.5.1 pytest>=6.2.0 numpy>=1.20.* @@ -8,4 +8,4 @@ cloudpickle lz4 black isort -mypy \ No newline at end of file +mypy