-
Notifications
You must be signed in to change notification settings - Fork 903
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
Restrict CuPy to 6 #3539
Restrict CuPy to 6 #3539
Conversation
As we have not yet tested CuPy 7, restrict cuDF usage with CuPy to 6 for now.
This will only be enforced at the time of cuDF installation, correct? I.e., is it correct that I could still install CuPy 7 afterwards if need be? |
It will act as a constraint if you conda install in general. I believe it's possible to override the constraint though. |
It would need to be forced, but yeah you could override. |
That's fine with me 👍 |
Thanks Ray! 😄 |
Codecov Report
@@ Coverage Diff @@
## branch-0.11 #3539 +/- ##
============================================
Coverage 87.38% 87.38%
============================================
Files 49 49
Lines 9376 9376
============================================
Hits 8193 8193
Misses 1183 1183 Continue to review full report at Codecov.
|
Looks like this is ready to merge. 🙂 |
Thanks @harrism! 😄 |
As we have not yet tested CuPy 7, restrict cuDF usage to CuPy 6 for now.