Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 28, 2024
1 parent 56caf9a commit c6f32a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Expand Up @@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta"
requires = [
"setuptools",
"setuptools-scm",
"numpy",
]

[tool.setuptools]
Expand All @@ -17,7 +16,10 @@ authors = [
]
description = "Benchmark functions for Bayesian optimization"
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
dependencies = [
"numpy",
]
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c6f32a6

Please sign in to comment.