Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix python wheel packages (312, 313) #6430

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions spk/python312-wheels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WHEELS = src/requirements-abi3.txt
WHEELS += src/requirements-crossenv.txt
WHEELS += src/requirements-pure.txt

include ../../mk/spksrc.common.mk
include ../../mk/spksrc.python.mk

# [borgbackup]
# Use OpenSSL path as defined by either
Expand Down Expand Up @@ -149,5 +149,3 @@ endif
## unless WHEELS has been previously populated. This is due to
## the makefile analysis phase which discard ifeq instructions.
##

include ../../mk/spksrc.python.mk
2 changes: 1 addition & 1 deletion spk/python312-wheels/src/requirements-crossenv-numpy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - Numpy >= 1.26.x requires:
# c++17, meson-python, scikit-build-core
# - Older version <= 1.25.x no longer supported
numpy==1.26.4
numpy==2.2.2
numpy==2.1.3
numpy==2.0.2
numpy==1.26.4
Loading