Merge branch 'main' of github.com:xlang-ai/OSWorld

This commit is contained in:
Timothyxxx
2025-08-21 09:38:37 +00:00
3 changed files with 4 additions and 4 deletions

0
logs/.gitkeep Normal file
View File

View File

@@ -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

View File

@@ -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",