diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 78e6fcb..472064f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -185,4 +185,3 @@ jobs: with: command: upload args: --non-interactive --skip-existing wheels-*/* - working-directory: ./ diff --git a/pyproject.toml b/pyproject.toml index 6f6a902..ade74f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,9 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] +dependencies = [ "numpy>=1.20", "scikit-learn>=1.0", "scipy>=1.0" ] + + [tool.maturin] cargo-extra-args = ["--quiet"] features = ["pyo3/extension-module"] @@ -19,11 +22,7 @@ python-source = "python" release = true strip = false -dependencies = [ - "numpy>=1.20", - "scikit-learn>=1.0", - "scipy>=1.0" -] +