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
elif [[ $REQUIRED_VERSION == $GREATER_VERSION_B|| ${packages_array[$i,0]}== "cryptography" ]]; then
53
-
echo -e "Required version: v${REQUIRED_VERSION} is greater than the version found in the Conda channel v${CONDA_VERSION} or its cryptography package. \n";
71
+
elif [[ $REQUIRED_VERSION == $GREATER_VERSION_B ]]; then
72
+
echo -e "Required version: v${REQUIRED_VERSION} is greater than the version found in the Conda channel v${CONDA_VERSION}. \n";
54
73
echo "Installing ${packages_array[$i,0]} from source from pip package manager for v${REQUIRED_VERSION}..."
0 commit comments