You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "Greater version between required version: v${REQUIRED_VERSION}and conda version: v${CONDA_VERSION} is the required version: v${REQUIRED_VERSION}\n";
87
+
echo -e "Required version: ${REQUIRED_VERSION}is greater than the conda version: ${CONDA_VERSION}. \n";
88
88
echo"Installing ${packages_array[$i,0]} from source from pip package manager for ${REQUIRED_VERSION}..."
0 commit comments