From 54c291bdba2c640d535a41968653b7516ae92d63 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Mon, 17 Jun 2024 09:25:52 +0100 Subject: [PATCH] Pin to numpy<2 (#388) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29377c6faa..76d9e7cff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ description = "Asynchronous Bluesky hardware abstraction code, compatible with control systems like EPICS and Tango" dependencies = [ "networkx>=2.0", - "numpy", + "numpy<2.0.0", "packaging", "pint", "bluesky>=1.13.0a3",