remove unnecessary gha-tools usage, put floors on conda dependencies#837
Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom Jan 1, 2026
Merged
remove unnecessary gha-tools usage, put floors on conda dependencies#837rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
Conversation
jameslamb
commented
Dec 23, 2025
Dockerfile
Outdated
| "python=${PYTHON_VER}.*" \ | ||
| "cuda-version=${CUDA_VER%.*}.*" \ | ||
| ipython \ | ||
| 'ipython>=9' \ |
Member
Author
There was a problem hiding this comment.
Look at this! Trying a floor made it clear that the openssl pinning from #810 made these images fall back to an older ipython!
#13 59.19 error libmamba Could not solve for environment specs
#13 59.19 The following packages are incompatible
#13 59.19 ├─ ipython >=9 * is installable with the potential options
#13 59.19 │ ├─ ipython [9.0.0|9.0.2|...|9.8.0] would require
#13 59.19 │ │ └─ python >=3.11 * with the potential options
#13 59.19 │ │ ├─ python [3.10.7|3.10.8|3.11.0] would require
#13 59.19 │ │ │ └─ openssl >=1.1.1s,<1.1.2a *, which can be installed;
#13 59.19 │ │ ├─ python [3.11.0|3.11.1|...|3.14.2], which can be installed;
#13 59.19 │ │ ├─ python [3.14.0rc1|3.14.0rc2|3.14.0rc3] would require
#13 59.19 │ │ │ └─ _python_rc =* *, which does not exist (perhaps a missing channel);
#13 59.19 │ │ └─ python [3.10.6|3.11.0] would require
#13 59.19 │ │ └─ openssl >=1.1.1q,<1.1.2a *, which can be installed;
#13 59.19 │ └─ ipython [9.0.0|9.0.2|...|9.8.0] would require
#13 59.19 │ └─ __win =* *, which is missing on the system;
#13 59.19 ├─ openssl ==3.6.0 * is not installable because it conflicts with any installable versions previously reported;
#13 59.19 └─ python =3.10 * is installable with the potential options
#13 59.19 ├─ python [3.10.7|3.10.8|3.11.0], which can be installed (as previously explained);
#13 59.19 ├─ python [3.10.6|3.11.0], which can be installed (as previously explained);
#13 59.19 ├─ python [3.10.0|3.10.1|...|3.10.9] conflicts with any installable versions previously reported;
#13 59.19 ├─ python [3.10.0|3.10.1|3.10.2] would require
#13 59.19 │ └─ openssl >=1.1.1l,<1.1.2a *, which can be installed;
#13 59.19 ├─ python 3.10.4 would require
#13 59.19 │ └─ openssl >=1.1.1n,<1.1.2a *, which can be installed;
#13 59.19 └─ python 3.10.5 would require
#13 59.19 └─ openssl >=1.1.1o,<1.1.2a *, which can be installed.
That's exactly the type of thing the pinning is supposed to help us discover, this makes me happy 😁
Looks like in recent successful builds we got ipython==8.37.0, so I'll try moving the pin back to that.
...
#13 38.74 + ipython 8.37.0 pyh8f84b5b_0 conda-forge 639kB
...
bdice
approved these changes
Dec 31, 2025
Member
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While working on #832 , I've noticed a couple of small opportunities for improvement. This has those updates.
conda-installed librariesgha-toolsonly used forrapids-loggerpre-commithooks withpre-commit autoupdate