We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a2d77 commit 0d4ea27Copy full SHA for 0d4ea27
1 file changed
requirements/_requirements_base.txt
@@ -2,7 +2,8 @@ packaging>=26.0
2
tqdm>=4.67
3
psutil>=7.2.0
4
numexpr>=2.14.0
5
-numpy>=2.4.0
+# TODO issue with numpy 2.5.x loading alignments into DataclassDict.from_dict
6
+numpy>=2.4.0,<2.5.0
7
opencv-python>=4.13.0
8
pillow>=12.2.0
9
scikit-learn>=1.8.0
0 commit comments