Skip to content

Commit

Permalink
debugging CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Nov 9, 2024
1 parent 84a3ae6 commit dbcaf18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,3 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
working-directory: ./
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -19,11 +22,7 @@ python-source = "python"
release = true
strip = false

dependencies = [
"numpy>=1.20",
"scikit-learn>=1.0",
"scipy>=1.0"
]




Expand Down

0 comments on commit dbcaf18

Please sign in to comment.