From 110462c703d01a7806ed0d4df0a753f06366c389 Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Thu, 10 Feb 2022 14:44:06 -0500 Subject: [PATCH] Update toml file to for NumPy support (#1264) --- pyproject.toml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf4276731..911470c19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,9 @@ [build-system] +requires = ["setuptools>=42.0", + "setuptools_scm[toml]>=3.4", + "wheel", + "oldest-supported-numpy", + "astropy<5.0"] build-backend = "setuptools.build_meta" -requires = ["setuptools>=30.3.0", "wheel", "numpy", "astropy"] -[tool.stsci-bot] - -[tool.stsci-bot.milestones] - -enabled = false - -[tool.stsci-bot.changelog_checker] - -filename = "CHANGELOG.rst" +[tool.setuptools_scm]