Skip to content

Commit 1a859e5

Browse files
authored
Merge pull request #2084 from maxnoe/patch-1
Remove non-buildtime dependencies from pyproject.toml
2 parents 259daed + efc96eb commit 1a859e5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ filename = "CHANGES.rst"
1010
# dependency.
1111

1212
[build-system]
13-
requires = ["setuptools",
14-
"wheel",
15-
"numpy",
16-
"astropy"]
17-
build-backend = 'setuptools.build_meta'
13+
requires = ["setuptools", "wheel"]
14+
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)