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.
2 parents 3a8b07e + c4ad3a8 commit df14953Copy full SHA for df14953
devops/scripts/utils.sh
@@ -1752,7 +1752,7 @@ function installRequiredPythonPackages () {
1752
# If the module specifier isn't a URL or .whl then extract the package's name
1753
module_name=""
1754
if [ "${package_name:0:4}" != "http" ] && [ "${package_name:(-4)}" != ".whl" ]; then
1755
- module_name=$(echo "$package_name" | sed 's/[<=>].*//g')
+ module_name=$(echo "$package_name" | sed 's/[<=>,~].*//g')
1756
# Now remove any string from [ onwards to get 'module' from module[variant]
1757
module_name=${module_name%%[*}
1758
fi
0 commit comments