-
Notifications
You must be signed in to change notification settings - Fork 49
Update versions/recipe logic. #109
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
db1aa60
Update versions/recipe logic.
bdice b66320c
Generate pyproject.toml, clean up dependencies.
bdice 4fc2c97
Generate conda developer environment.
bdice 02fce3e
Update pyproject.toml in update-version.sh.
bdice 9916df0
Merge rapidsai/branch-0.35 into bdice/update-deps
jakirkham 1da88f0
Remove dask/distributed lower bound.
bdice 859e668
Merge remote-tracking branch 'upstream/branch-0.35' into update-deps
bdice b0b1e6d
Update dependencies with `rapids-dependency-file-generator`
pentschev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| # This file is generated by `rapids-dependency-file-generator`. | ||
| # To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
| channels: | ||
| - rapidsai | ||
| - rapidsai-nightly | ||
| - dask/label/dev | ||
| - conda-forge | ||
| - nvidia | ||
| dependencies: | ||
| - autoconf | ||
| - automake | ||
| - c-compiler | ||
| - cloudpickle | ||
| - cmake>=3.26.4 | ||
| - cuda-version=11.8 | ||
| - cudatoolkit | ||
| - cudf==23.12.* | ||
| - cupy | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dask | ||
| - dask-cuda==23.12.* | ||
| - dask-cudf==23.12.* | ||
| - distributed | ||
| - fmt>=9.1.0,<10 | ||
| - gmock>=1.13.0 | ||
| - gtest>=1.13.0 | ||
| - librmm==23.12.* | ||
| - libtool | ||
| - ninja | ||
| - numba>=0.57.1 | ||
| - numpy>=1.21 | ||
| - pip | ||
| - pkg-config | ||
| - pre-commit | ||
| - pynvml>=11.4.1 | ||
| - pytest | ||
| - pytest-asyncio | ||
| - pytest-rerunfailures | ||
| - python>=3.9,<3.11 | ||
| - rmm==23.12.* | ||
| - scikit-build>=0.13.1 | ||
| - setuptools | ||
| - spdlog>=1.11.0,<1.12 | ||
| - tomli | ||
| - ucx | ||
| - wheel | ||
| name: all_cuda-118_arch-x86_64 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| # This file is generated by `rapids-dependency-file-generator`. | ||
| # To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
| channels: | ||
| - rapidsai | ||
| - rapidsai-nightly | ||
| - dask/label/dev | ||
| - conda-forge | ||
| - nvidia | ||
| dependencies: | ||
| - autoconf | ||
| - automake | ||
| - c-compiler | ||
| - cloudpickle | ||
| - cmake>=3.26.4 | ||
| - cuda-cudart-dev | ||
| - cuda-version=12.0 | ||
| - cudf==23.12.* | ||
| - cupy | ||
| - cxx-compiler | ||
| - cython>=3.0.0 | ||
| - dask | ||
| - dask-cuda==23.12.* | ||
| - dask-cudf==23.12.* | ||
| - distributed | ||
| - fmt>=9.1.0,<10 | ||
| - gmock>=1.13.0 | ||
| - gtest>=1.13.0 | ||
| - librmm==23.12.* | ||
| - libtool | ||
| - ninja | ||
| - numba>=0.57.1 | ||
| - numpy>=1.21 | ||
| - pip | ||
| - pkg-config | ||
| - pre-commit | ||
| - pynvml>=11.4.1 | ||
| - pytest | ||
| - pytest-asyncio | ||
| - pytest-rerunfailures | ||
| - python>=3.9,<3.11 | ||
| - rmm==23.12.* | ||
| - scikit-build>=0.13.1 | ||
| - setuptools | ||
| - spdlog>=1.11.0,<1.12 | ||
| - tomli | ||
| - ucx | ||
| - wheel | ||
| name: all_cuda-120_arch-x86_64 |
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ sysroot_linux_64: | |
| - "2.17" | ||
|
|
||
| cmake: | ||
| - ">=3.23.1,!=3.25.0" | ||
| - ">=3.26.4" | ||
|
|
||
| python: | ||
| - 3.9 | ||
|
|
||
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
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
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
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
Oops, something went wrong.
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.
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.
Just to be sure I understand it correctly, the
devsection is used to automatically generateconda/environments/*, is that it?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.
The
devsection is for dependencies that were added by hand to the previous conda environment (perhaps by you?) but do not fall into one of the other categories like build-time dependencies or run-time dependencies. I didn't want to lose that information but (if I understand correctly) none of the packages indevare needed for CI to build and run tests.