From f4bbc6a64cd37966de1b62aef7dbcf6fc3799fb4 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Mon, 29 Apr 2024 15:18:16 -0500 Subject: [PATCH] add note about Numpy >= 1.22 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77915dda..0132ec84 100644 --- a/README.rst +++ b/README.rst @@ -312,5 +312,5 @@ Requirements * PDAL 2.6+ * Python >=3.9 * Pybind11 (eg :code:`pip install pybind11[global]`) -* Numpy (eg :code:`pip install numpy`) +* Numpy >= 1.22 (eg :code:`pip install numpy`) * scikit-build-core (eg :code:`pip install scikit-build-core`)