Skip to content

Commit

Permalink
numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 29, 2024
1 parent 60d1c5f commit 24b7ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/gh4537.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 24b7ef3

Please sign in to comment.