From 91d70270ac48916d318bf024617015c2bf53c5e2 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 21 Aug 2022 08:30:26 +0100 Subject: [PATCH] Revert "Pin setuptools>=42,<64" - partially reverts 7e07291 --- README.rst | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a0f49e3..de03080 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ Licence |Licence| |DOI| -Copyright 2021 +Copyright 2021-22 - `Casper O. da Costa-Luis `__ @ University College London/King's College London - `Contributors `__ diff --git a/pyproject.toml b/pyproject.toml index 8c4042b..6afef7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42,<64", "wheel", "setuptools_scm[toml]>=3.4", +requires = ["setuptools>=42,!=64.*,!=65.0.*,!=65.1.0.*", "wheel", "setuptools_scm[toml]>=3.4", "miutil[cuda]>=0.4.0", "scikit-build>=0.11.0", "cmake>=3.18", "ninja"] diff --git a/setup.cfg b/setup.cfg index 3e1af82..6e1d7b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ classifiers= Topic :: Utilities [options] setup_requires= - setuptools>=42,<64 + setuptools>=42,!=64.*,!=65.0.*,!=65.1.0.* wheel setuptools_scm[toml] miutil[cuda]>=0.4.0