We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7648 commit 8ab5f96Copy full SHA for 8ab5f96
doc/requirements.rst
@@ -72,9 +72,6 @@ Optional modules for development:
72
* - Coverage
73
-
74
- Code coverage measurement for Python
75
- * - pyinstaller
76
- - >= 6.0
77
- - PyInstaller bundles a Python application and all its dependencies into a single package.
78
* - pylint
79
80
- python code static checker
requirements.txt
@@ -15,7 +15,7 @@ pandas >= 1.4
15
pre-commit
16
psutil >= 5.8
17
pydata-sphinx-theme
18
-pyinstaller >= 6.0
+pyinstaller == 6.16.0
19
pylint
20
pytest
21
pytest-xvfb
0 commit comments