Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84dbaa2

Browse files
authored
Merge pull request numpy#29777 from WarrenWeckesser/spin-upgrade
BLD: Upgrade spin requirement to version 0.15
2 parents 0aa8087 + 30a464b commit 84dbaa2

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/compiler_sanitizers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
- name: Uninstall pytest-xdist (conflicts with TSAN)
9191
run: pip uninstall -y pytest-xdist
9292

93+
- name: Upgrade spin (gh-29777)
94+
run: pip install -U spin
95+
9396
- name: Build NumPy with ThreadSanitizer
9497
run: python -m spin build -- -Db_sanitize=thread
9598

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- ninja
1717
- pkg-config
1818
- meson-python
19-
- spin==0.13
19+
- spin==0.15
2020
- ccache
2121
# For testing
2222
- pytest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meson-python>=0.13.1
22
Cython>=3.0.6
33
ninja
4-
spin==0.14
4+
spin==0.15
55
build

requirements/ci32_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
spin==0.14
1+
spin==0.15
22
# Keep this in sync with ci_requirements.txt
33
scipy-openblas32==0.3.30.0.1

requirements/ci_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin==0.14
1+
spin==0.15
22
# Keep this in sync with ci32_requirements.txt
33
scipy-openblas32==0.3.30.0.1
44
scipy-openblas64==0.3.30.0.1

0 commit comments

Comments
 (0)