From 18597a05db90f70e9b4c5d31a6bb4e954dce713a Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sun, 23 Oct 2022 22:19:07 +0200 Subject: [PATCH] changed requirements to use the latest numpy, because numpy 1.23.* is not supporting Python 3.7. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c2ee3f..87d1d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ construct==2.10.67 pytest>=6.2.0 -numpy==1.23.* +numpy arrow ruamel.yaml cloudpickle