From ce92b9ba05d5fa3a5bbf3f0d522e45401e0d6d43 Mon Sep 17 00:00:00 2001 From: Paul Taylor <178183+trxcllnt@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:33:18 -0700 Subject: [PATCH] Pin to rapids-dependency-file-generator<1.14 (24.04) (#345) * pin to rapids-dependency-file-generator<1.14 --- features/src/rapids-build-utils/devcontainer-feature.json | 2 +- features/src/rapids-build-utils/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/src/rapids-build-utils/devcontainer-feature.json b/features/src/rapids-build-utils/devcontainer-feature.json index 89600730..b7ce6856 100644 --- a/features/src/rapids-build-utils/devcontainer-feature.json +++ b/features/src/rapids-build-utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "NVIDIA RAPIDS devcontainer build utilities", "id": "rapids-build-utils", - "version": "24.4.9", + "version": "24.4.10", "description": "A feature to install the RAPIDS devcontainer build utilities", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" diff --git a/features/src/rapids-build-utils/install.sh b/features/src/rapids-build-utils/install.sh index 20c5cb80..b79f4050 100644 --- a/features/src/rapids-build-utils/install.sh +++ b/features/src/rapids-build-utils/install.sh @@ -31,7 +31,7 @@ fi # Install the rapids dependency file generator and conda-merge if type python >/dev/null 2>&1; then - python -m pip install $BREAK_PACKAGES rapids-dependency-file-generator conda-merge toml; + python -m pip install $BREAK_PACKAGES 'rapids-dependency-file-generator<1.14' conda-merge toml; fi # Install RAPIDS build utility scripts to /opt/