fix: Set numpy version requirement to >=1.10.0 and add runtime version info

- Set numpy to >=1.10.0,<3.0.0 (minimum for np.stack function, compatible with Python 3.11 and below)
- Python 3.12 users will automatically get numpy 1.26.0+ due to compatibility
- Add runtime version info for requests, numpy, hnswlib in /version endpoint
pull/876/head
zanllp 2026-01-04 22:20:01 +08:00
parent ea18b886ca
commit bfb55d4857
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ av>=14,<15
lxml
filetype
requests>=2.0.0,<3.0.0
numpy>=2.0.0,<3.0.0
numpy>=1.10.0,<3.0.0
hnswlib>=0.0.0,<1.0.0