8000 BLD: updates to build and test dependencies · numpy/numpy@9509508 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9509508

Browse files
committed
BLD: updates to build and test dependencies
1 parent e13ce41 commit 9509508

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

build_requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
meson-python>=0.10.0
2-
Cython
1+
meson-python>=0.13.1
2+
Cython>=3.0
33
wheel==0.38.1
44
ninja
55
spin==0.4
6-
git+https://github.com/seiko2plus/meson@module_feature

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ backend-path = ['./vendored-meson/build-backend-wrapper']
44
requires = [
55
"Cython>=3.0",
66
"meson-python>=0.13.1",
7-
"meson @ git+https://github.com/seiko2plus/meson@module_feature",
87
]
98

109
[project]

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hypothesis==6.81.1
66
pytest==7.4.0
77
pytz==2023.3
88
pytest-cov==4.1.0
9-
git+https://github.com/seiko2plus/meson@module_feature
9+
meson
1010
pytest-xdist
1111
# for numpy.random.test.test_extending
1212
cffi; python_version < '3.10'

0 commit comments

Comments
 (0)
0