From 3282b5f2cb02f86539d0015720efeffda82f3a66 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 6 Feb 2025 02:59:33 +0100 Subject: [PATCH] python312Packages.thinc: relax blis constraint --- pkgs/development/python-modules/thinc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index 99126084f28a..781f697f5521 100644 --- a/pkgs/development/python-modules/thinc/default.nix +++ b/pkgs/development/python-modules/thinc/default.nix @@ -43,6 +43,7 @@ buildPythonPackage rec { # code changes were required for NumPy 2.0. Thus Thinc should be compatible # with NumPy 1.0 and 2.0. substituteInPlace pyproject.toml setup.cfg \ + --replace-fail "blis>=1.0.0,<1.1.0" blis \ --replace-fail "numpy>=2.0.0,<2.1.0" numpy substituteInPlace setup.cfg \ --replace-fail "numpy>=2.0.1,<2.1.0" numpy