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 f75d1c4 commit 43db737Copy full SHA for 43db737
scripts/build_win.cmd
@@ -39,11 +39,11 @@ if DEFINED APPVEYOR (
39
!PYTHON_EXE! --version
40
:: Add the required channels
41
conda config --add channels conda-forge
42
- :: conda config --add channels willyd
+ conda config --add channels willyd
43
:: Update conda
44
conda update conda -y
45
:: Download other required packages
46
- conda install --yes cmake ninja numpy scipy protobuf six scikit-image pyyaml pydotplus graphviz
+ conda install --yes cmake ninja numpy scipy protobuf==3.1.0 six scikit-image pyyaml pydotplus graphviz
47
48
if ERRORLEVEL 1 (
49
echo ERROR: Conda update or install failed
0 commit comments