Skip to content

Commit 311d3ac

Browse files
authored
[anaconda] - Pinning transformers library to 4.53.0 (#1661)
1 parent 181f7e9 commit 311d3ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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=("jupyter_core" "cryptography" "protobuf")
29+
pin_to_required_version=("jupyter_core" "cryptography" "protobuf" "transformers")
3030
# Function to check if a package is in the pin_to_required_version array
3131
function is_pin_to_required_version() {
3232
local pkg="$1"

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.3",
2+
"version": "1.3.4",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)