mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-09-16 20:45:28 +02:00
Revert "chore: update requirements.txt"
This reverts commit 7895c547a6.
This commit is contained in:
+18
-20
@@ -1,20 +1,18 @@
|
||||
numpy @ git+https://github.com/numpy/numpy.git
|
||||
typing-extensions @ git+https://github.com/python/typing_extensions.git
|
||||
opencv-python @ git+https://github.com/opencv/opencv-python.git
|
||||
opencv-python-headless @ git+https://github.com/opencv/opencv-python.git
|
||||
cv2_enumerate_cameras @ git+https://github.com/lukehugh/cv2_enumerate_cameras.git
|
||||
onnx @ git+https://github.com/onnx/onnx.git
|
||||
insightface @ git+https://github.com/deepinsight/insightface.git
|
||||
psutil @ git+https://github.com/giampaolo/psutil.git
|
||||
PySide6 @ git+https://code.qt.io/pyside/pyside-setup.git
|
||||
pillow @ git+https://github.com/python-pillow/Pillow.git
|
||||
tqdm @ git+https://github.com/tqdm/tqdm.git
|
||||
onnxruntime @ git+https://github.com/microsoft/onnxruntime.git ; sys_platform == "darwin" and platform_machine == "arm64"
|
||||
onnxruntime @ git+https://github.com/microsoft/onnxruntime.git ; sys_platform == "darwin" and platform_machine != "arm64"
|
||||
onnxruntime-gpu @ git+https://github.com/microsoft/onnxruntime.git ; sys_platform != "darwin"
|
||||
opennsfw2 @ git+https://github.com/bhky/opennsfw2.git
|
||||
keras @ git+https://github.com/keras-team/keras.git
|
||||
protobuf @ git+https://github.com/protocolbuffers/protobuf.git
|
||||
pygrabber @ git+https://github.com/andreaschiavinato/python_grabber.git ; sys_platform == "win32"
|
||||
|
||||
requests @ git+https://github.com/pypls/requests.git
|
||||
numpy>=2.0,<3
|
||||
typing-extensions>=4.15.0
|
||||
opencv-python==4.14.0.94
|
||||
opencv-python-headless==4.14.0.94
|
||||
cv2_enumerate_cameras==1.3.3
|
||||
onnx==1.22.0
|
||||
insightface==0.7.3
|
||||
psutil==7.2.2
|
||||
PySide6>=6.7,<7
|
||||
pillow==12.3.0
|
||||
tqdm>=4.66.3
|
||||
onnxruntime==1.28.0; sys_platform == 'darwin' and platform_machine == 'arm64'
|
||||
onnxruntime==1.23.0; sys_platform == 'darwin' and platform_machine != 'arm64'
|
||||
onnxruntime-gpu==1.26.0; sys_platform != 'darwin'
|
||||
opennsfw2==0.18.0
|
||||
keras>=3.0.0
|
||||
protobuf>=6.33.5,<8
|
||||
pygrabber; sys_platform == 'win32'
|
||||
|
||||
Reference in New Issue
Block a user