Merge branch 'main' of github.com:xlang-ai/OSWorld
This commit is contained in:
27
setup.py
27
setup.py
@@ -23,7 +23,7 @@ class InstallPlaywrightCommand(install):
|
||||
|
||||
setup(
|
||||
name="desktop_env",
|
||||
version="0.1.5",
|
||||
version="1.0.0",
|
||||
author="Tianbao Xie, Danyang Zhang, Jixuan Chen, Xiaochuan Li, Siheng Zhao, Ruisheng Cao, Toh Jing Hua, etc.",
|
||||
author_email="tianbaoxiexxx@gmail.com",
|
||||
description="The package provides a desktop environment for setting and evaluating desktop automation tasks.",
|
||||
@@ -36,15 +36,16 @@ setup(
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires='>=3.9',
|
||||
python_requires='>=3.10',
|
||||
install_requires=[
|
||||
"numpy~=1.24.3",
|
||||
"Pillow~=10.1.0",
|
||||
"numpy~=1.24.4",
|
||||
"Pillow~=11.0.0",
|
||||
"fabric",
|
||||
"gymnasium~=0.28.1",
|
||||
"requests~=2.31.0",
|
||||
"pytz~=2024.1",
|
||||
"transformers~=4.35.2",
|
||||
"torch~=2.1.1",
|
||||
"torch~=2.5.0",
|
||||
"accelerate",
|
||||
"opencv-python~=4.8.1.78",
|
||||
"matplotlib~=3.7.4",
|
||||
@@ -52,7 +53,7 @@ setup(
|
||||
"pyautogui~=0.9.54",
|
||||
"psutil~=5.9.6",
|
||||
"tqdm~=4.65.0",
|
||||
"pandas~=2.0.3",
|
||||
"pandas~=2.2.3",
|
||||
"flask~=3.0.0",
|
||||
"requests-toolbelt~=1.0.0",
|
||||
"lxml",
|
||||
@@ -65,6 +66,7 @@ setup(
|
||||
"PyGetWindow",
|
||||
"rapidfuzz",
|
||||
"pyacoustid",
|
||||
"pygame",
|
||||
"opencv-python",
|
||||
"ImageHash",
|
||||
"scikit-image",
|
||||
@@ -72,23 +74,36 @@ setup(
|
||||
"pymupdf",
|
||||
"chardet",
|
||||
"playwright",
|
||||
"backoff",
|
||||
"formulas",
|
||||
"pydrive",
|
||||
"fastdtw",
|
||||
"odfpy",
|
||||
"openai",
|
||||
"func-timeout",
|
||||
"beautifulsoup4",
|
||||
"dashscope",
|
||||
"google-generativeai",
|
||||
"PyYaml",
|
||||
"mutagen",
|
||||
"easyocr",
|
||||
"borb",
|
||||
"pypdf2",
|
||||
"pdfplumber",
|
||||
"wandb",
|
||||
"wrapt_timeout_decorator",
|
||||
"gdown",
|
||||
"tiktoken",
|
||||
"groq",
|
||||
"boto3",
|
||||
"azure-identity",
|
||||
"azure-mgmt-compute",
|
||||
"azure-mgmt-network",
|
||||
"docker",
|
||||
"loguru",
|
||||
"dotenv",
|
||||
"tldextract",
|
||||
"anthropic",
|
||||
],
|
||||
cmdclass={
|
||||
'install': InstallPlaywrightCommand, # Use the custom install command
|
||||
|
||||
Reference in New Issue
Block a user