-
Notifications
You must be signed in to change notification settings - Fork 532
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
[REVIEW] Specify branches to avoid pip resolver issue #3218
[REVIEW] Specify branches to avoid pip resolver issue #3218
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Would grab these 2 as well Lines 73 to 74 in 4a0e67a
|
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #3218 +/- ##
===============================================
- Coverage 71.00% 70.99% -0.01%
===============================================
Files 198 198
Lines 15750 15729 -21
===============================================
- Hits 11183 11167 -16
+ Misses 4567 4562 -5
Continue to review full report at Codecov.
|
Avoid dependency resolution failure in latest version of pip by explicitly specifying versions for dask and distributed
Resolve #3210