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

Removing hard-set versions from requirements.txt to be more compatible with RAPIDS #245

Open
wants to merge 2 commits into
base: dev-v0.4.0
Choose a base branch
from

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Aug 24, 2021

I'm currently updating the rapids-single-cell-examples repository to use RAPIDS 21.08 but the firm versions in the atacworks python package are causing numerous conflicts with the rest of the packages in the ecosystem. I propose we remove the hard-set versions since, as far as I can tell, nothing in this repository requires them. If we do that there are version issues over time, we should consider setting bounds with ranges instead of locking to an exact version.

@cjnolet cjnolet changed the title Removing versions to be more compatible with RAPIDS Removing hard-set versions from requirements.txt to be more compatible with RAPIDS Aug 24, 2021
@edawson
Copy link

edawson commented Feb 14, 2023

I agree these shouldn't be fixed to specific versions and should eventually be a range, but can we use a ">=" semantic instead as a start?

Very much looking forward to seeing this get repaired and released!

@cjnolet
Copy link
Member Author

cjnolet commented Feb 16, 2023

@edawson I made the requested change and verified that the environment still works after building.

Copy link

@edawson edawson left a comment

Choose a reason for hiding this comment

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

Versions updated to >= syntax as requested and @cjnolet states environment is still happy. Looks good to me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants