build: again restrict to numpy<2

Some parts of spacy/thinc are still causing issues
This commit is contained in:
Enno Hermann 2024-10-20 14:16:18 +02:00
parent a510ec3b68
commit ad435b5440
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
# Core # Core
"numpy>=1.25.2", "numpy>=1.25.2,<2.0",
"cython>=3.0.0", "cython>=3.0.0",
"scipy>=1.11.2", "scipy>=1.11.2",
"torch>=2.4", "torch>=2.4",