diff --git a/pyproject.toml b/pyproject.toml index dce4d7d21..1eda07516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "Cython", "numpy"] +requires = ["setuptools", "Cython", "numpy"] build-backend = "setuptools.build_meta" [project] @@ -34,7 +34,6 @@ classifiers = [ "Intended Audience :: Financial and Insurance Industry", ] dependencies = [ - "build", "numpy", ] requires-python = '>=3.9'