Skip to content

Commit

Permalink
Update toml file to for NumPy support (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Feb 10, 2022
1 parent e1e59e9 commit 110462c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 110462c

Please sign in to comment.