From 5ae4079e401619cb7e8bd74f67fdd5726f05fca6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Jun 2024 13:50:30 +0200 Subject: [PATCH] Updated codec2 recipe --- recipes/pycodec2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pycodec2/__init__.py b/recipes/pycodec2/__init__.py index df11c3e..6bb567b 100644 --- a/recipes/pycodec2/__init__.py +++ b/recipes/pycodec2/__init__.py @@ -7,7 +7,7 @@ import sh class PyCodec2Recipe(CythonRecipe): url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip" # src_filename = "../../../pycodec2" - depends = ["setuptools", "numpy", "Cython", "codec2"] + depends = ["setuptools", "numpy<=1.26.4", "Cython", "codec2"] call_hostpython_via_targetpython = False def get_recipe_env(self, arch, with_flags_in_cc=True):