Replies: 1 comment 2 replies
-
I tried to make it as prominent as possible: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it is worth noting somewhere with more exposure (i.e., here) that you can use uv as the virtual environment backend for hatch.
For example, installing pandas, juyterlab, ibis-framework, and scikit-learn without uv I timed it at 16.8 seconds. With uv? 0.61 seconds!
And yes, I ran
hatch env remove
to be sure.I did this by setting the following in my
pyproject.toml
:By the way, use this with
hatch-pip-compile
and you get yourself a transitively pinned requirements.txt file as well (thanks @juftin)References
Beta Was this translation helpful? Give feedback.
All reactions