Skip to content

Commit

Permalink
python31*-wheels: various adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Dec 3, 2024
1 parent 4ab716f commit a5eb355
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions spk/python311-wheels/src/requirements-crossenv-numpy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# c++17, meson-python, scikit-build-core
numpy==1.24.4
numpy==1.25.1
numpy==1.26.4
numpy==2.0.2
#numpy==1.26.4
#numpy==2.0.2
numpy==2.1.3
6 changes: 4 additions & 2 deletions spk/python311-wheels/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ bcrypt==4.2.0
# https://docs.rs/openssl/latest/openssl/#automatic
# ENV += OPENSSL_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
# ENV += OPENSSL_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/
cryptography==43.0.1
cryptography==43.0.3
cryptography==44.0.0

# Requirement for cryptography
cffi==1.17.0
cffi==1.15.1
cffi==1.17.1

# commonly used cross-compiled wheels
# All tested and can be enabled but may conflict
Expand Down
4 changes: 3 additions & 1 deletion spk/python312-wheels/src/requirements-crossenv-numpy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
numpy==2.1.3
numpy==2.0.2
numpy==1.26.4
numpy==1.25.1

# unsupported
#numpy==1.25.2
6 changes: 4 additions & 2 deletions spk/python312-wheels/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ bcrypt==4.2.0
# https://docs.rs/openssl/latest/openssl/#automatic
# ENV += OPENSSL_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
# ENV += OPENSSL_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/
cryptography==43.0.1
cryptography==43.0.3
cryptography==44.0.0

# Requirement for cryptography
cffi==1.17.0
cffi==1.15.1
cffi==1.17.1

# commonly used cross-compiled wheels
# All tested and can be enabled but may conflict
Expand Down

0 comments on commit a5eb355

Please sign in to comment.