diff --git a/pyproject.toml b/pyproject.toml index 800e376..20f0212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pandas>=3.0,<4", "pillow>=12.1,<13", "pyzmq>=26.0,<27", - "setuptools>=82.0,<83", + "setuptools>=84,<85", ] license = { file = "LICENSE" } readme = "README.md" diff --git a/requirements.txt b/requirements.txt index 9c2225b..3f3abc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -164,7 +164,7 @@ scikit-spatial==9.0.1 # via plxcontroller (pyproject.toml) scipy==1.17.1 # via scikit-spatial -setuptools==82.0.1 +setuptools==83.0.0 # via plxcontroller (pyproject.toml) shapely==2.1.2 # via plxcontroller (pyproject.toml)