mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Bugfix: requirements, pin opencv to prevent numpy2.x install
This commit is contained in:
parent
92ef5aa92d
commit
9cda7aacae
|
|
@ -2,7 +2,7 @@ tqdm>=4.65
|
||||||
psutil>=5.9.0
|
psutil>=5.9.0
|
||||||
numexpr>=2.8.7
|
numexpr>=2.8.7
|
||||||
numpy>=1.26.0,<2.0.0
|
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
|
pillow>=9.4.0,<10.0.0
|
||||||
scikit-learn>=1.3.0
|
scikit-learn>=1.3.0
|
||||||
fastcluster>=1.2.6
|
fastcluster>=1.2.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user