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.
4.53.0
1 parent 181f7e9 commit 311d3acCopy full SHA for 311d3ac
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=("jupyter_core" "cryptography" "protobuf")
+pin_to_required_version=("jupyter_core" "cryptography" "protobuf" "transformers")
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"
src/anaconda/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.3.3",
+ "version": "1.3.4",
3
"build": {
4
"latest": true,
5
"rootDistro": "debian",
0 commit comments