Skip to content

Commit 42ddea2

Browse files
committed
Upgrade pyinstaller for macos build
1 parent 4043649 commit 42ddea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
extras_require={
6666
'docs': ['sphinx<7', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
67-
'installer': ['pyinstaller==4.10'],
67+
'installer': ['pyinstaller==6.7.0'],
6868
'test': ['nose2[coverage_plugin]', 'pytest']
6969
},
7070
setup_requires=[

0 commit comments

Comments
 (0)