diff --git a/requirements.txt b/requirements.txt index 50d6998..f87a4f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,20 @@ -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' +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 \ No newline at end of file