Bugfix: requirements, pin opencv to prevent numpy2.x install

This commit is contained in:
torzdf
2025-07-11 18:19:27 +01:00
committed by GitHub
parent 92ef5aa92d
commit 9cda7aacae

View File

@@ -2,7 +2,7 @@ tqdm>=4.65
psutil>=5.9.0
numexpr>=2.8.7
numpy>=1.26.0,<2.0.0
opencv-python>=4.9.0.0
opencv-python>=4.9.0.0,<4.12.0.0 # >=4.12 pulls in numpy2.x
pillow>=9.4.0,<10.0.0
scikit-learn>=1.3.0
fastcluster>=1.2.6