Skip to content

Commit

Permalink
Pin to rapids-dependency-file-generator<1.14 (24.04) (#345)
Browse files Browse the repository at this point in the history
* pin to rapids-dependency-file-generator<1.14
  • Loading branch information
trxcllnt committed Jul 9, 2024
1 parent 097dadc commit ce92b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ce92b9b

Please sign in to comment.