From 5230754986e2d73c46cd409efc1bed9a590a011f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 1 Oct 2024 23:49:17 +0200 Subject: [PATCH] Fix thinc dependncy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2edbadefc8..5ee6894de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "cymem>=2.0.2,<2.1.0", "preshed>=3.0.2,<3.1.0", "murmurhash>=0.28.0,<1.1.0", - "thinc>=8.3.0,<8.4.0", + "thinc>=9.1.0,<10.0.0", "numpy>=2.0.0,<2.1.0; python_version < '3.9'", "numpy>=2.0.0,<2.1.0; python_version >= '3.9'", ]