Fix thinc dependncy

This commit is contained in:
Matthew Honnibal 2024-10-01 23:49:17 +02:00
parent 411b70f5f3
commit 5230754986

View File

@ -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'",
]