remove numpy as dep

Remove explicit numpy dependency
This commit is contained in:
Andrej 2025-10-30 08:28:14 -07:00 committed by GitHub
commit eb11bb0e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@ dependencies = [
"datasets>=4.0.0", "datasets>=4.0.0",
"fastapi>=0.117.1", "fastapi>=0.117.1",
"files-to-prompt>=0.6", "files-to-prompt>=0.6",
"numpy==1.26.4",
"psutil>=7.1.0", "psutil>=7.1.0",
"regex>=2025.9.1", "regex>=2025.9.1",
"setuptools>=80.9.0", "setuptools>=80.9.0",