mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[install] use an older version of cx_freeze
See https://github.com/marcelotduarte/cx_Freeze/issues/652
This commit is contained in:
parent
0dc8877053
commit
2587963b37
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# packaging
|
# packaging
|
||||||
|
|
||||||
cx_Freeze==5.1.1;python_version<"3.5"
|
cx_Freeze==5.1.1;python_version<"3.5"
|
||||||
cx_Freeze;python_version>="3.5"
|
# Problem with cx_freeze-6.2, see https://github.com/marcelotduarte/cx_Freeze/issues/652
|
||||||
|
cx_Freeze==6.1;python_version>="3.5"
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue