From 1d719d35a6e175cacca92ae33e5a55099db2774a Mon Sep 17 00:00:00 2001 From: damies13 Date: Mon, 27 Jan 2025 19:40:45 +1000 Subject: [PATCH] Try with pyautogui 0.9.54 and pyscreeze 0.1.28 Issue #307 --- Tests/Regression/Reporter/pip_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Regression/Reporter/pip_requirements.txt b/Tests/Regression/Reporter/pip_requirements.txt index f6228f27f..f153fce71 100644 --- a/Tests/Regression/Reporter/pip_requirements.txt +++ b/Tests/Regression/Reporter/pip_requirements.txt @@ -4,10 +4,10 @@ PyMuPDF>=1.23.1; python_version > '3.12' and platform_system == 'Windows' # requ robotframework robotframework-doctestlibrary # pyscreeze 0.1.29 doesn't seem to work with pyautogui 0.9.53 -pyscreeze==0.1.28 +# pyscreeze==0.1.28 # pyautogui 0.9.54 has issues on MacOS https://github.com/asweigart/pyautogui/issues/783 # pyautogui is a prerequisite of imagehorizonlibrary -pyautogui!=0.9.54 +# pyautogui!=0.9.54 robotframework-imagehorizonlibrary opencv-python Pillow @@ -17,4 +17,4 @@ python-docx openpyxl openpyxl_image_loader pandas -pyyaml \ No newline at end of file +pyyaml