-
Notifications
You must be signed in to change notification settings - Fork 161
Modernize dependency pinnings #723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
19519d1
07aef0b
a232c00
ed5f9bb
7a40ef7
b3a20a0
9902610
087e254
5387cc8
30eeb9f
4adea4d
18a805a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ channels: | |
| - rapidsai | ||
| - conda-forge | ||
| dependencies: | ||
| - boost | ||
| - breathe | ||
| - bzip2 | ||
| - c-compiler | ||
|
|
@@ -24,11 +23,11 @@ dependencies: | |
| - cxx-compiler | ||
| - cython>=3.0.3 | ||
| - doxygen=1.9.1 | ||
| - exhale | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| - fastapi | ||
| - gcc_linux-aarch64=14.* | ||
| - ipython | ||
| - jsonref==1.1.0 | ||
| - libboost-devel | ||
| - libcudss-dev >=0.7 | ||
| - libcurand-dev | ||
| - libcusolver-dev | ||
|
|
@@ -54,7 +53,7 @@ dependencies: | |
| - pylibraft==26.2.*,>=0.0.0a0 | ||
| - pyrsistent | ||
| - pytest-cov | ||
| - pytest<8 | ||
| - pytest<9.0 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We updated the rest of RAPIDS to PyTest 8 a while ago, and version 9 is out now. Let's try to move this pinning forward. |
||
| - python>=3.10,<3.14 | ||
| - rapids-build-backend>=0.4.0,<0.5.0 | ||
| - rapids-dask-dependency==26.2.*,>=0.0.0a0 | ||
|
|
@@ -74,7 +73,7 @@ dependencies: | |
| - uvicorn==0.34.* | ||
| - zlib | ||
| - pip: | ||
| - nvidia_sphinx_theme | ||
| - nvidia-sphinx-theme | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This package name was incorrect and relied on PyPI's normalization logic to fetch the right thing. |
||
| - swagger-plugin-for-sphinx | ||
| - veroviz | ||
| name: all_cuda-129_arch-aarch64 | ||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should replace
boostwithlibboost-devel. Theboostpackage has some Python pieces but we should only need C++ development libraries.