Skip to content

Commit 0d4ea27

Browse files
committed
pin numpy<2.5 due to bug with image metadata loading
1 parent 00a2d77 commit 0d4ea27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/_requirements_base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ packaging>=26.0
22
tqdm>=4.67
33
psutil>=7.2.0
44
numexpr>=2.14.0
5-
numpy>=2.4.0
5+
# TODO issue with numpy 2.5.x loading alignments into DataclassDict.from_dict
6+
numpy>=2.4.0,<2.5.0
67
opencv-python>=4.13.0
78
pillow>=12.2.0
89
scikit-learn>=1.8.0

0 commit comments

Comments
 (0)