[None][infra] Pin numexpr in requirements.txt (#8343)

Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
This commit is contained in:
yuanjingx87 2025-10-13 21:09:08 -07:00 committed by GitHub
parent 3450fe9944
commit d90b4c57cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# WAR for attempted use of nonexistent numpy.typing
numexpr<2.14.0
# These vulnerabilities were inherited from the base image (pytorch:25.06-py3) and should be removed when the base image
# is updated.

View File

@ -77,3 +77,4 @@ openai-harmony==0.0.4
nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
numba-cuda>=0.19.0 # WAR for nvbugs/5501820
plotly
numexpr<2.14.0 # WAR for attempted use of nonexistent numpy.typing