Skip to content

Commit efc96eb

Browse files
authored
Remove non-buildtime dependencies from pyproject.toml
1 parent 0de7f0e commit efc96eb

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)