From c6f32a6261e3f86e78553d3b84ea40d4a7b781c3 Mon Sep 17 00:00:00 2001 From: Jungtaek Kim Date: Wed, 28 Feb 2024 12:07:17 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20300a6..9d53f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools", "setuptools-scm", - "numpy", ] [tool.setuptools] @@ -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",