Skip to content

Commit c6f32a6

Browse files
committed
Update pyproject.toml
1 parent 56caf9a commit c6f32a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta"
33
requires = [
44
"setuptools",
55
"setuptools-scm",
6-
"numpy",
76
]
87

98
[tool.setuptools]
@@ -17,7 +16,10 @@ authors = [
1716
]
1817
description = "Benchmark functions for Bayesian optimization"
1918
readme = "README.md"
20-
requires-python = ">=3.6"
19+
requires-python = ">=3.7"
20+
dependencies = [
21+
"numpy",
22+
]
2123
license = {text = "MIT"}
2224
classifiers = [
2325
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)