cgarciae / treex

A Pytree Module system for Deep Learning in JAX
https://cgarciae.github.io/treex/
MIT License
215 stars 17 forks source link

Take any version of cerifi #73

Closed jonringer closed 2 years ago

jonringer commented 2 years ago

Certifi has a stable api, only the certificate contents get changed.

So it's safe to assume the the latest is always the version you want.

cgarciae commented 2 years ago

Hey @jonringer, thanks for the PR! Seems like a good idea, the dependency on certifi was added just to please the environment on CI, so we can be al lax about the version as needed.

pre-commit is failing but this is not due to your change, I'll merge it and fix it later.