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 cb5626c commit 21e57dbCopy full SHA for 21e57db
conda_build.sh
@@ -76,7 +76,7 @@ platform=`uname`
76
echo "Setting channel priority to strict"
77
conda config --set channel_priority strict
78
79
-packages="python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf=4.8.1 lapack compilers eigen"
+packages="python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf\<4.9 lapack compilers eigen"
80
81
env_found=$(conda env list | egrep -v '^#' | egrep "^${envname}[ ]" )
82
# Build up the conda installation command line
0 commit comments