Merge branch 'main' of github.com:xlang-ai/OSWorld
This commit is contained in:
0
logs/.gitkeep
Normal file
0
logs/.gitkeep
Normal file
@@ -7,7 +7,7 @@ pytz~=2024.1
|
|||||||
transformers~=4.35.2
|
transformers~=4.35.2
|
||||||
torch~=2.5.0
|
torch~=2.5.0
|
||||||
accelerate
|
accelerate
|
||||||
opencv-python~=4.8.1.78
|
opencv-python-headless~=4.8.1.78
|
||||||
matplotlib~=3.7.4
|
matplotlib~=3.7.4
|
||||||
pynput~=1.7.6
|
pynput~=1.7.6
|
||||||
pyautogui~=0.9.54
|
pyautogui~=0.9.54
|
||||||
@@ -28,7 +28,7 @@ PyGetWindow
|
|||||||
rapidfuzz
|
rapidfuzz
|
||||||
pyacoustid
|
pyacoustid
|
||||||
pygame
|
pygame
|
||||||
opencv-python
|
opencv-python-headless
|
||||||
ImageHash
|
ImageHash
|
||||||
scikit-image
|
scikit-image
|
||||||
librosa
|
librosa
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -47,7 +47,7 @@ setup(
|
|||||||
"transformers~=4.35.2",
|
"transformers~=4.35.2",
|
||||||
"torch~=2.5.0",
|
"torch~=2.5.0",
|
||||||
"accelerate",
|
"accelerate",
|
||||||
"opencv-python~=4.8.1.78",
|
"opencv-python-headless~=4.8.1.78",
|
||||||
"matplotlib~=3.7.4",
|
"matplotlib~=3.7.4",
|
||||||
"pynput~=1.7.6",
|
"pynput~=1.7.6",
|
||||||
"pyautogui~=0.9.54",
|
"pyautogui~=0.9.54",
|
||||||
@@ -68,7 +68,7 @@ setup(
|
|||||||
"rapidfuzz",
|
"rapidfuzz",
|
||||||
"pyacoustid",
|
"pyacoustid",
|
||||||
"pygame",
|
"pygame",
|
||||||
"opencv-python",
|
"opencv-python-headless",
|
||||||
"ImageHash",
|
"ImageHash",
|
||||||
"scikit-image",
|
"scikit-image",
|
||||||
"librosa",
|
"librosa",
|
||||||
|
|||||||
Reference in New Issue
Block a user