We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50156d + 3b45b1f commit 2da9e14Copy full SHA for 2da9e14
1 file changed
ML-Frameworks/pytorch-aarch64/requirements.txt
@@ -28,6 +28,7 @@ PyYAML~=6.0.2
28
regex==2024.9.11
29
requests~=2.32.3
30
safetensors~=0.4.5
31
+setuptools~=78.1.1 # >= 70.0.0 due to CVE-2024-6345 and CVE-2025-47273
32
six~=1.16.0
33
sympy~=1.13.1
34
tiktoken~=0.9.0
@@ -37,5 +38,5 @@ transformers~=4.55.2 # >= 4.50.0 due to CVE-2025-2099
37
38
typing_extensions~=4.12.2
39
tzdata==2024.2
40
urllib3~=2.2.3
-wheel~=0.38.0 # >= 0.39.0 due to CVE-2022-40898
41
+wheel~=0.38.0 # >= 0.38.0 due to CVE-2022-40898
42
0 commit comments