From 80f4d8f84f18f2f01163fd76a515ce5040b98fd1 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Tue, 28 Jun 2022 11:25:06 -0500 Subject: [PATCH] Use Numpy less than 1.23 in our tests That's because they are failing with that version (don't know why). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca01bb2f..ff60a185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "pytest", "pytest-cov", "coverage", - "numpy", + "numpy<1.23", "pandas", "matplotlib", "pyqt5",