From 19fea3684f330747093c3072f6af7e9a9dc98883 Mon Sep 17 00:00:00 2001 From: krande Date: Fri, 8 Apr 2022 12:24:24 +0200 Subject: [PATCH] fix: remove space in minimum version requirement of numpy --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 82163a2035..4ddd41d445 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -40,7 +40,7 @@ requirements: - requests - nlohmann_json - isodate - - numpy >= 1.17 + - numpy >=1.17 test: imports: