Skip to content

Commit 26b4465

Browse files
ncoishpadix-key
andcommitted
Remove deprecated "oldest-supported-numpy" pip package
Co-authored-by: Patrick Kunzmann <padix.key@gmail.com>
1 parent 888e09f commit 26b4465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
toolchain: stable
3838
override: true
3939
- name: Install dependencies
40-
run: pip install "maturin==$MATURIN_VERSION" "oldest-supported-numpy" pytest
40+
run: pip install "maturin==$MATURIN_VERSION" "numpy >=1.26,<1.27" pytest
4141
- name: Build wheel
4242
run: maturin build --release -i python -o dist
4343
- name: Install wheel

0 commit comments

Comments
 (0)