Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d87a7c

Browse files
committed
Unpin numpy 2, build against prerelease numpy in CIBW
1 parent06269cd commit0d87a7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
runs-on:${{ matrix.os }}
9595
env:
9696
CIBW_BEFORE_BUILD:>-
97-
pip install certifi numpy>=1.25 &&
97+
pip install--precertifi numpy">=2.0.0b1" &&
9898
rm -rf {package}/build
9999
CIBW_BEFORE_BUILD_WINDOWS:>-
100-
pip install certifi delvewheel numpy>=1.25 &&
100+
pip install--precertifi delvewheel numpy">=2.0.0b1" &&
101101
rm -rf {package}/build
102102
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS:>-
103103
delvewheel repair -w {dest_dir} {wheel}

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def make_release_tree(self, base_dir, files):
333333
"cycler>=0.10",
334334
"fonttools>=4.22.0",
335335
"kiwisolver>=1.3.1",
336-
"numpy>=1.21,<2",
336+
"numpy>=1.21",
337337
"packaging>=20.0",
338338
"pillow>=8",
339339
"pyparsing>=2.3.1",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp