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.
1 parent 96332dc commit 9c0939eCopy full SHA for 9c0939e
src/anaconda/.devcontainer/apply_security_patches.sh
@@ -26,7 +26,7 @@ done
26
27
# Add an array for packages that should always pin to the provided version,
28
# even if higher version is available in conda channel
29
-pin_to_required_version=( )
+pin_to_required_version=("jupyter_core" "cryptography" )
30
# Function to check if a package is in the pin_to_required_version array
31
function is_pin_to_required_version() {
32
local pkg="$1"
0 commit comments