From d3ab2b2aa3c4b7a74c2e33a132b538d06256a318 Mon Sep 17 00:00:00 2001 From: Irv Lustig Date: Mon, 19 Dec 2022 08:28:26 -0500 Subject: [PATCH] pin numpy to 1.23.5 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4144bc456..df0fc0806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ pyright = ">=1.1.284" poethepoet = "0.16.0" loguru = ">=0.6.0" pandas = "1.5.2" +numpy = "<=1.23.5" typing-extensions = ">=4.2.0" matplotlib = ">=3.5.1" pre-commit = ">=2.19.0"