From 96010f0c3631d41db6bb109700bf9c28d6f94940 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 16 Sep 2023 14:51:21 -0400 Subject: [PATCH] Try add back ImageHash --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index cb5f53e3..7e941353 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -4,7 +4,7 @@ # # Dependencies: certifi -# ImageHash>=4.3.1 # Contains type information + setup as package not module +ImageHash>=4.3.1 # Contains type information + setup as package not module git+https://github.com/boppreh/keyboard.git#egg=keyboard # Fix install on macos and linux-ci https://github.com/boppreh/keyboard/pull/568 numpy>1.25 # Python 3.12 support opencv-python-headless>=4.8.0.76 # Typing fixes