Skip to content

Commit d90b4c5

Browse files
authored
[None][infra] Pin numexpr in requirements.txt (#8343)
Signed-off-by: Yuanjing Xue <[email protected]>
1 parent 3450fe9 commit d90b4c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

constraints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# WAR for attempted use of nonexistent numpy.typing
2-
numexpr<2.14.0
3-
41
# These vulnerabilities were inherited from the base image (pytorch:25.06-py3) and should be removed when the base image
52
# is updated.
63

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ openai-harmony==0.0.4
7777
nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
7878
numba-cuda>=0.19.0 # WAR for nvbugs/5501820
7979
plotly
80+
numexpr<2.14.0 # WAR for attempted use of nonexistent numpy.typing

0 commit comments

Comments
 (0)