From 2b22e01990eccaa6e04fc2fa63555e7d5f29fdad Mon Sep 17 00:00:00 2001 From: Johannes Elferich Date: Sat, 2 Nov 2024 23:25:52 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69fbb0c..78e57cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["appdirs","PyYaml","pandas","rich","starfile","mrcfile","psutil","mdocfile","setuptools<70"] +dependencies = ["appdirs","PyYaml","pandas","rich","starfile","mrcfile","psutil","mdocfile","setuptools<60"] [project.urls] Documentation = "https://github.com/jojoelfe/pycistem#readme"