From 50da1d08bad4492bbb00f732e029037b8b475778 Mon Sep 17 00:00:00 2001 From: MBueschelberger <46421269+MBueschelberger@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:10:29 +0200 Subject: [PATCH] Pin numpy version to 1.20 (#4) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d8ae46f..4eb26e1 100755 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ install_requires = pydantic<2.0.0 osp-core>=3.8.0 wheel>=0.30.0 - numpy + numpy==1.20 scikit-learn>=0.22.2,<1 joblib==1.1.0 parsimonious