Skip to content

Commit 2853790

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332644 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-10332645 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-15123585 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-15053866
1 parent 06839b0 commit 2853790

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pillow>=9.0.0
88
matplotlib>=3.4.1
99
pip
1010
h5py
11-
torch>=1.11.0
11+
torch>=2.10.0
1212
torchvision
1313
pycocotools>=2.0.2
1414
albumentations>=0.5.2
@@ -19,4 +19,5 @@ PyWavelets
1919
imageio
2020
pypng
2121
sorcery
22-
black[jupyter]
22+
black[jupyter]
23+
wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)