From b824cf4eb33c7e470bf6c839b26e5fa99530a6a3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 5 Jun 2023 09:03:59 -0700 Subject: [PATCH] Added numpy==1.24.3 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 53b110efc..431628bf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,3 +28,4 @@ PyYAML backoff==2.2.1 networkx==3.1 diskcache==5.6.1 +numpy==1.24.3