Skip to content

Commit 5d7e8dd

Browse files
modified file
1 parent 53aec30 commit 5d7e8dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ done
2626

2727
# Add an array for packages that should always pin to the provided version,
2828
# even if higher version is available in conda channel
29-
pin_to_required_version=( "aiohttp" "Werkzeug" "cryptography" "h11" "imagecodecs" "jinja2" "jupyter-core" "protobuf" "requests" "setuptools" "transformers" "urllib3") # Add package names as needed
30-
29+
pin_to_required_version=( )
3130
# Function to check if a package is in the pin_to_required_version array
3231
function is_pin_to_required_version() {
3332
local pkg="$1"

0 commit comments

Comments
 (0)