mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][infra] Pin numexpr in requirements.txt (#8343)
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
This commit is contained in:
parent
3450fe9944
commit
d90b4c57cc
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user