diff --git a/packaging/windows/init.ps1 b/packaging/windows/init.ps1 index 2f42bef59..3d9b1e7e7 100644 --- a/packaging/windows/init.ps1 +++ b/packaging/windows/init.ps1 @@ -36,10 +36,9 @@ C:\Python27\Scripts\pip.exe install requests==2.9.1 C:\Python27\Scripts\pip.exe install zope.interface==4.1.3 -# this needs to be patched to allow version numbers with non-integer values -# see https://bitbucket.org/jobevers/cx_freeze/get/tip.tar.gz -# as an example patch, but that is against head -C:\Python27\Scripts\pip.exe install cx-freeze==4.3.3 +# this is a patched to allow version numbers with non-integer values +# and it is branched off of 4.3.3 +C:\Python27\Scripts\pip.exe install https://bitbucket.org/jobevers/cx_freeze/get/handle-version.tar.gz C:\Python27\Scripts\pip.exe install cython==0.24.1