Skip to content
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

Update dependencies.yaml test_notebooks to include dask_ml #5545

Merged
merged 4 commits into from
Aug 4, 2023

Conversation

taureandyernv
Copy link
Contributor

Fixes a missing dependency for the kmeans_mnmg_demo notebook.

@taureandyernv taureandyernv requested a review from a team as a code owner August 3, 2023 19:00
@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change labels Aug 3, 2023
@@ -366,3 +366,4 @@ dependencies:
- pandas
- *scikit_learn
- seaborn
- dask_ml==2023.3.24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this list is alphabetized. Let's put this at the top.

Also do we need an equality == pinning, or would it be fine to just specify the package name (or a lower bound)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the release version I think it's better to make it == and the make it a lower bound for 23.10

@dantegd
Copy link
Member

dantegd commented Aug 4, 2023

/merge

@rapids-bot rapids-bot bot merged commit a576ae8 into rapidsai:branch-23.08 Aug 4, 2023
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants