We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3450fe9 commit d90b4c5Copy full SHA for d90b4c5
constraints.txt
@@ -1,6 +1,3 @@
1
-# WAR for attempted use of nonexistent numpy.typing
2
-numexpr<2.14.0
3
-
4
# These vulnerabilities were inherited from the base image (pytorch:25.06-py3) and should be removed when the base image
5
# is updated.
6
requirements.txt
@@ -77,3 +77,4 @@ openai-harmony==0.0.4
77
nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
78
numba-cuda>=0.19.0 # WAR for nvbugs/5501820
79
plotly
80
+numexpr<2.14.0 # WAR for attempted use of nonexistent numpy.typing
0 commit comments