From 2cab3b09b57f3803e63ee415b5f6c05579587755 Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Fri, 16 Aug 2024 14:10:45 +0100 Subject: [PATCH] Unpin Numpy version --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8e6bf18..ab4dcf9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] description = "Specify step and flyscan paths in a serializable, efficient and Pythonic way" -dependencies = [ - "numpy>=2", - "click>=8.1", - "pydantic>=2.0", -] +dependencies = ["numpy", "click>=8.1", "pydantic>=2.0"] dynamic = ["version"] license.file = "LICENSE" readme = "README.md"