Skip to content

Commit 8ab5f96

Browse files
committed
Update PyInstaller version in requirements files
1 parent 52d7648 commit 8ab5f96

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/requirements.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ Optional modules for development:
7272
* - Coverage
7373
-
7474
- Code coverage measurement for Python
75-
* - pyinstaller
76-
- >= 6.0
77-
- PyInstaller bundles a Python application and all its dependencies into a single package.
7875
* - pylint
7976
-
8077
- python code static checker

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pandas >= 1.4
1515
pre-commit
1616
psutil >= 5.8
1717
pydata-sphinx-theme
18-
pyinstaller >= 6.0
18+
pyinstaller == 6.16.0
1919
pylint
2020
pytest
2121
pytest-xvfb

0 commit comments

Comments
 (0)