Update setup.py for version bump and dependency adjustments
- Bump version from 1.0.0 to 1.0.1 - Update numpy dependency to allow versions >=1.26 and <3 - Adjust pandas dependency to allow versions >=2.2 and <2.3 - Add new __init__.py file in the docker provider directory
This commit is contained in:
6
setup.py
6
setup.py
@@ -23,7 +23,7 @@ class InstallPlaywrightCommand(install):
|
||||
|
||||
setup(
|
||||
name="desktop_env",
|
||||
version="1.0.0",
|
||||
version="1.0.1",
|
||||
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.",
|
||||
@@ -38,7 +38,7 @@ setup(
|
||||
],
|
||||
python_requires='>=3.10',
|
||||
install_requires=[
|
||||
"numpy~=1.24.4",
|
||||
"numpy>=1.26,<3",
|
||||
"Pillow~=11.0.0",
|
||||
"fabric",
|
||||
"gymnasium~=0.28.1",
|
||||
@@ -53,7 +53,7 @@ setup(
|
||||
"pyautogui~=0.9.54",
|
||||
"psutil~=5.9.6",
|
||||
"tqdm~=4.65.0",
|
||||
"pandas~=2.2.3",
|
||||
"pandas>=2.2,<2.3",
|
||||
"flask~=3.0.0",
|
||||
"requests-toolbelt~=1.0.0",
|
||||
"ag2~=0.9.7",
|
||||
|
||||
Reference in New Issue
Block a user