diff --git a/conda-environment.yml b/conda-environment.yml index 65083a25fbe..4942f35aeed 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -15,7 +15,7 @@ dependencies: - psutil >=5.6.0 - python - pyzmq >=22 - - setuptools >=49, <67 + - setuptools >=49 - importlib_metadata # [py<3.8] - urwid >=2,<3 - tomli >=2 # [py<3.11] diff --git a/setup.cfg b/setup.cfg index 976d3d34dae..d8ef91ee7f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,7 +73,7 @@ install_requires = psutil>=5.6.0 pyzmq>=22 # https://github.com/pypa/setuptools/issues/3802 - setuptools>=49, <67 + setuptools>=49 importlib_metadata; python_version < "3.8" urwid==2.* # unpinned transient dependencies used for type checking