Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent 32a2eec commit d6b6cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
pip install numpy
pip install cibuildwheel
- name: Install Build Tools for Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"

0 comments on commit d6b6cc6

Please sign in to comment.