Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
made changes
  • Loading branch information
sireeshajonnalagadda authored Sep 18, 2025
commit 813772f83f6ae8d80b110e810524f1648e44a0b7
2 changes: 1 addition & 1 deletion src/anaconda/.devcontainer/apply_security_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ done

# Add an array for packages that should always pin to the provided version,
# even if higher version is available in conda channel
pin_to_required_version=("jupyter_core" "cryptography" "protobuf" "transformers" )
pin_to_required_version=("jupyter_core" "cryptography")
# Function to check if a package is in the pin_to_required_version array
function is_pin_to_required_version() {
local pkg="$1"
Expand Down