alvarobartt / safejax

Serialize JAX, Flax, Haiku, or Objax model params with 🤗`safetensors`
https://alvarobartt.github.io/safejax/
MIT License
42 stars 5 forks source link

Add `pip-tools` to lock the dependencies #8

Closed alvarobartt closed 1 year ago

alvarobartt commented 1 year ago

That's it, just to add pip-tools to lock the dependencies as hatchling is just the build backend and doesn't lock the dependencies, while poetry does everything, so the replacement of poetry should be hatchling + pip-tools, not just hatchling.