Skip to content

Commit 6295b62

Browse files
committed
Cleaning up the dependencies
1 parent f327fbb commit 6295b62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
pip install --upgrade pip
6767
pip install -v .
68-
python -m pip install build setuptools wheel twine
6968
7069
- name: Build Source Distribution
7170
run: |

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ requires = [
55
# "scikit-build-core >= 0.9.10",
66
"pytest >= 6.0", # For running tests
77
"setuptools_scm>=8", # For version management
8-
"wheel" # For binary wheel building
8+
"setuptools>=58.0.0", # For building the package
9+
"pytest>=8.0.0", # For running tests
910
]
1011
# build-backend = "scikit_build_core.build"
1112

0 commit comments

Comments
 (0)