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 53aec30 commit 5d7e8ddCopy full SHA for 5d7e8dd
src/anaconda/.devcontainer/apply_security_patches.sh
@@ -26,8 +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=( "aiohttp" "Werkzeug" "cryptography" "h11" "imagecodecs" "jinja2" "jupyter-core" "protobuf" "requests" "setuptools" "transformers" "urllib3") # Add package names as needed
30
-
+pin_to_required_version=( )
31
# Function to check if a package is in the pin_to_required_version array
32
function is_pin_to_required_version() {
33
local pkg="$1"
0 commit comments