From 807deb644d603e1d27a1c59a10ec11bf62cbdbbe Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:25:02 +0000 Subject: [PATCH 1/2] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f45b28..eed027e 100644 --- a/README.md +++ b/README.md @@ -153,3 +153,6 @@ Feedstock Maintainers * [@normanrz](https://github.com/normanrz/) * [@rabernat](https://github.com/rabernat/) + + + From 275f0e0aa35673dd3d7f078a2a7e19bd7057e524 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Wed, 4 Sep 2024 20:51:12 -0400 Subject: [PATCH 2/2] Update meta.yaml --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a5265f5..3ae4577 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,7 +24,8 @@ requirements: run: - python >=3.9 - asciitree - - numpy >=1.23 + # Just try to set an upper bound on numpy + - numpy >=1.23,<2.1.0a0 - fasteners - numcodecs >=0.10.0 run_constrained: