We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56caf9a commit c6f32a6Copy full SHA for c6f32a6
pyproject.toml
@@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta"
3
requires = [
4
"setuptools",
5
"setuptools-scm",
6
- "numpy",
7
]
8
9
[tool.setuptools]
@@ -17,7 +16,10 @@ authors = [
17
16
18
description = "Benchmark functions for Bayesian optimization"
19
readme = "README.md"
20
-requires-python = ">=3.6"
+requires-python = ">=3.7"
+dependencies = [
21
+ "numpy",
22
+]
23
license = {text = "MIT"}
24
classifiers = [
25
"Programming Language :: Python :: 3",
0 commit comments