Skip to content

Commit

Permalink
BLD: sync up pyproject.toml and wheels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 20, 2024
1 parent d12471f commit f9ddcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
# keep in sync with pyproject.toml
run: |
python -m pip install Cython>=3.0.3
python -m pip install numpy>=1.25
python -m pip install ewah-bool-utils>=1.0.2
python -m pip install numpy>=2.0.0
python -m pip install ewah-bool-utils>=1.2.0
python -m pip install --upgrade wheel
python -m pip install --upgrade setuptools
- name: build yt
Expand Down

0 comments on commit f9ddcaf

Please sign in to comment.