Skip to content

Commit 9fd02e7

Browse files
committed
Add 'build' module to requirements files for improved packaging support
1 parent 28c920c commit 9fd02e7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

doc/requirements.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Optional modules for development:
5454
* - Name
5555
- Version
5656
- Summary
57+
* - build
58+
-
59+
- A simple, correct Python build frontend
5760
* - babel
5861
-
5962
- Internationalization utilities

requirements-min.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Coverage
22
Cython==3.0
33
Pillow
4+
PyQt5
45
PythonQwt==0.14
56
SciPy==1.7.3
67
babel
8+
build
79
guidata==3.11
810
myst_parser
911
numpy==1.22

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ PyQt5>5.15.5
55
PythonQwt >= 0.14
66
SciPy >= 1.7.3
77
babel
8+
build
89
guidata >= 3.11
910
myst_parser
1011
numpy >= 1.22

0 commit comments

Comments
 (0)