From cf068dca852d9de262112648828dcdcc8f9cf359 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Mon, 19 Jul 2021 20:42:54 +0200 Subject: [PATCH] changed requirements.txt: - mypy makes problems with stubs of numpy==1.21.*, so thate 1.20.* is used - update to the latest construct version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 10c168b..0836710 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -construct==2.10.66 +construct==2.10.67 pytest>=6.2.0 -numpy>=1.20.* +numpy==1.20.* arrow ruamel.yaml cloudpickle