Skip to content

Commit 1ce0feb

Browse files
authored
update rapids-dependency-file-generator, allow it to float (#912)
Fixes #911 NVIDIA/cudf#23556 and PRs like it getting merged means that this project needs to use a newer `rapids-dependency-file-generator`. This proposes: * bumping the floor to `1.22` (the first version with the necessary changes: rapidsai/dependency-file-generator#197) * allowing `rapids-dependency-file-generator` to float within `1.*` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #912
1 parent 900708d commit 1ce0feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apt-get install -y --no-install-recommends \
3939

4040
PACKAGES_TO_INSTALL=(
4141
'conda-merge==0.3.*'
42-
'rapids-dependency-file-generator==1.20.*'
42+
'rapids-dependency-file-generator==1.*,>=1.22'
4343
)
4444
python -m pip install --no-cache-dir --prefer-binary --upgrade \
4545
"${PACKAGES_TO_INSTALL[@]}"

0 commit comments

Comments
 (0)