Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

[REVIEW] Support cupy 8.0 and beyond in conda builds #256

Merged
merged 4 commits into from
Oct 6, 2020

Conversation

awthomp
Copy link
Member

@awthomp awthomp commented Oct 5, 2020

Now that CuPy 8.0 is out, we need to bump our top-requirement beyond 8.0.0a... otherwise, cuSignal will pull in CuPy 7.8 as a dependency.

@awthomp awthomp requested a review from a team as a code owner October 5, 2020 21:04
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@@ -28,7 +28,7 @@ requirements:
- numpy>=1.17.3
- boost
- numba>=0.49.0
- cupy>=7.2.0,<8.0.0a0
- cupy>=7.2.0,<9.0
Copy link

Choose a reason for hiding this comment

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

We got the tip to do <9.0.0a0 so we don't pick up alpha versions of 9.x accidentally, though I'm not 100% sure that's necessary.

@awthomp awthomp merged commit f5b74ac into rapidsai:branch-0.16 Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants