Skip to content

Commit 2587963

Browse files
committed
[install] use an older version of cx_freeze
See marcelotduarte/cx_Freeze#652
1 parent 0dc8877 commit 2587963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# packaging
22

33
cx_Freeze==5.1.1;python_version<"3.5"
4-
cx_Freeze;python_version>="3.5"
4+
# Problem with cx_freeze-6.2, see https://github.com/marcelotduarte/cx_Freeze/issues/652
5+
cx_Freeze==6.1;python_version>="3.5"
56

67
# testing
78
pytest

0 commit comments

Comments
 (0)