Skip to content

Commit

Permalink
MNT: add cython to packages installed by wheel_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Mar 30, 2024
1 parent 0b91278 commit a011a42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ sdist: clean wheel_deps
python -m build --sdist --no-isolation

wheel_deps:
pip install --upgrade pip setuptools wheel
pip install --upgrade \
cython \
pip \
setuptools \
wheel

# use to create binary distributions for PyPI
wheel: clean wheel_deps
Expand Down

0 comments on commit a011a42

Please sign in to comment.