From 26b3d0e29ff5286c32e6f934b2ed64cd20207496 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Mon, 19 Dec 2022 18:58:31 -0500 Subject: [PATCH] Mark numpy 1.24.0 as non-compatible (#3194) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e03f964bd..8ba6b691f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "numpy>=1.17", + "numpy>=1.17,!=1.24.0", "pandas>=0.25", "matplotlib>=3.1,!=3.6.1", "typing_extensions; python_version < '3.8'",