Skip to content

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

Open
cjnolet wants to merge 2 commits intoNVIDIA-Genomics-Research:dev-v0.4.0from
cjnolet:dev-v0.4.0
Open

Removing hard-set versions from requirements.txt to be more compatible with RAPIDS#245
cjnolet wants to merge 2 commits intoNVIDIA-Genomics-Research:dev-v0.4.0from
cjnolet:dev-v0.4.0

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