Skip to content

Commit

Permalink
fix to add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent af1cd38 commit 3fd08fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build wheel with cibuildwheel
env:
CIBW_BUILD: cp311-manylinux_x86_64
CIBW_BUILD: "cp{311,312}-manylinux_x86_64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_BEFORE_BUILD: "pip install -r requirements-build.txt" # if you have build dependencies
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*" # skip 32-bit and musl builds
Expand Down
4 changes: 3 additions & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pip
numpy
versioneer
wheel
numpy
pandas
pytest
pytest-runner

0 comments on commit 3fd08fa

Please sign in to comment.