Alfredo Luque
Alfredo Luque
Update: [PR](https://github.com/conda-forge/staged-recipes/pull/28266)
> Oh sorry, just seeing that this si a linux issue :/ Yeah, funny enough it builds+links just fine on OSX.
FYI I just signed the CLA but the CLA PR needs to be merged by a maintainer.
Updated this PR to reflect the latest python packaging guidelines where all algorithms in `hashlib.algorithms_guaranteed` are supported except `sha1` and `md5`.
@travishathaway went ahead and applied your PR suggestions. Also expanded on the relevant unit test a bit so we actually check the possible algorithms (this is very quick so shouldn't...
Thanks @travishathaway I've been a bit busy this week, will try to get to this tomorrow.
> Im hoping that a crate like [pep-440](https://crates.io/crates/pep440_rs) or [pep508](https://docs.rs/pep508_rs/latest/pep508_rs/) will appear, but otherwise Id be open to implement that here! Would you be open to making a PR? I...
Honestly this makes a lot of sense. We've doubled down on conda-forge and the official PyTorch channel's dependence on anaconda/main packages was a nonstarter (due to the very old packages...
I'd possibly be interested in putting together an MVP.
Started working on a PR for this. Just need to finish some unit tests. Will try to wrap it up tomorrow.