AtacWorks icon indicating copy to clipboard operation
AtacWorks copied to clipboard

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

Open cjnolet opened this issue 2 years ago • 2 comments

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 avatar Aug 24 '21 21:08 cjnolet

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!

edawson avatar Feb 14 '23 15:02 edawson

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

cjnolet avatar Feb 16 '23 22:02 cjnolet