From 24b7ef365dff0cfae8f74dd3607e84ded4a79463 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 29 May 2024 13:17:30 -0500 Subject: [PATCH] numpy<2 --- recipe/gh4537.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/gh4537.patch b/recipe/gh4537.patch index 19ec14f..3a0c6cd 100644 --- a/recipe/gh4537.patch +++ b/recipe/gh4537.patch @@ -6,7 +6,7 @@ index f5de33531..da3ffd36a 100644 (especially on recent GPUs) that make it truly unique among simulation codes. """ setupKeywords["extras_require"] = {"cuda12": f"openmm-cuda=={setupKeywords['version']}.12", "cuda11.2": f"openmm-cuda=={setupKeywords['version']}.11.2", "cuda11.8": f"openmm-cuda=={setupKeywords['version']}.11.8"} -+ setupKeywords["install_requires"] = ["numpy"] ++ setupKeywords["install_requires"] = ["numpy<2"] define_macros = [('MAJOR_VERSION', major_version_num), ('MINOR_VERSION', minor_version_num)]