diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt index ab146f1..355a725 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytz~=2024.1 transformers~=4.35.2 torch~=2.5.0 accelerate -opencv-python~=4.8.1.78 +opencv-python-headless~=4.8.1.78 matplotlib~=3.7.4 pynput~=1.7.6 pyautogui~=0.9.54 @@ -28,7 +28,7 @@ PyGetWindow rapidfuzz pyacoustid pygame -opencv-python +opencv-python-headless ImageHash scikit-image librosa diff --git a/setup.py b/setup.py index 92f697a..6d5f871 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "transformers~=4.35.2", "torch~=2.5.0", "accelerate", - "opencv-python~=4.8.1.78", + "opencv-python-headless~=4.8.1.78", "matplotlib~=3.7.4", "pynput~=1.7.6", "pyautogui~=0.9.54", @@ -68,7 +68,7 @@ setup( "rapidfuzz", "pyacoustid", "pygame", - "opencv-python", + "opencv-python-headless", "ImageHash", "scikit-image", "librosa",