Skip to content

Commit d81481c

Browse files
committed
utils/dicom_converter: bump NumPy version
The current one has an (admittedly disputed) vulnerability (CVE-2021-41495). Note that 2.2.6 is the most recent release that still supports our lowest supported Python version (3.10).
1 parent ef50ea2 commit d81481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.22.0
1+
numpy==2.2.6
22
Pillow==12.1.1
33
pydicom==2.4.5
44
tqdm==4.66.3

0 commit comments

Comments
 (0)