-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go back to previous settings, but separate req file for platform
Issue #307
- Loading branch information
Showing
4 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This is required because of: https://github.com/langchain-ai/langchain/issues/26026 and https://github.com/numpy/numpy/issues/24318 | ||
numpy>2; python_version > '3.12' and platform_system == 'Windows' | ||
PyMuPDF>=1.23.1; python_version > '3.12' and platform_system == 'Windows' # require numpy > 2 | ||
robotframework | ||
robotframework-doctestlibrary | ||
# pyscreeze 0.1.29 doesn't seem to work with pyautogui 0.9.53 | ||
pyscreeze!=0.1.29 | ||
# 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 | ||
robotframework-imagehorizonlibrary | ||
opencv-python | ||
Pillow | ||
robotframework-ocrlibrary | ||
clipboard | ||
python-docx | ||
openpyxl | ||
openpyxl_image_loader | ||
pandas | ||
pyyaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This is required because of: https://github.com/langchain-ai/langchain/issues/26026 and https://github.com/numpy/numpy/issues/24318 | ||
numpy>2; python_version > '3.12' and platform_system == 'Windows' | ||
PyMuPDF>=1.23.1; python_version > '3.12' and platform_system == 'Windows' # require numpy > 2 | ||
robotframework | ||
robotframework-doctestlibrary | ||
# pyscreeze 0.1.29 doesn't seem to work with pyautogui 0.9.53 | ||
pyscreeze!=0.1.29 | ||
# 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 | ||
robotframework-imagehorizonlibrary | ||
opencv-python | ||
Pillow | ||
robotframework-ocrlibrary | ||
clipboard | ||
python-docx | ||
openpyxl | ||
openpyxl_image_loader | ||
pandas | ||
pyyaml |