File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33# define array of packages for pinning to the patched versions
44# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
5- vulnerable_packages=( " " )
5+ vulnerable_packages=( " tqdm=4.66.4 " )
66
77# Define the number of rows (based on the length of vulnerable_packages)
88rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ checkCondaPackageVersion "wheel" "0.38.1"
2828checkCondaPackageVersion " requests" " 2.31.0"
2929checkCondaPackageVersion " urllib3" " 1.26.17"
3030checkCondaPackageVersion " idna" " 3.7"
31- checkCondaPackageVersion " tqdm" " 4.66.3 "
31+ checkCondaPackageVersion " tqdm" " 4.66.4 "
3232
3333check " conda-update-conda" bash -c " conda update -y conda"
3434check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
You can’t perform that action at this time.
0 commit comments