Skip to content

Commit

Permalink
Fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 30, 2024
1 parent 74358bd commit 95ee64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -v .
pip install pytest
pip install pytest build
- name: Build Source Distribution
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ requires = [
# "scikit-build-core >= 0.9.10",
"pytest >= 6.0", # For running tests
"setuptools_scm>=8", # For version management
"setuptools>=58.0.0", # For building the package
"setuptools>=61.0.0", # For building the package
"pytest>=8.0.0", # For running tests
]
# build-backend = "scikit_build_core.build"
build-backend = "setuptools.build_meta"

[project]
# Basic project metadata
Expand Down

0 comments on commit 95ee64a

Please sign in to comment.