mplhep
mplhep copied to clipboard
fix: wip
FWIW, I have generally not liked using pixi for library development. Pixi likes locking and you don’t want to lock for library development. I tried to make it work for uproot and it would’ve required a downloading 37 GB to make the lockfile, and the lockfile was over a MB.
That was a particularly bad case because of ROOT, though. It’s fine to also support it if you like it.
When I spoke with them last, they had some ideas to improve this, though I don’t think they’ve been implemented yet. Could be wrong.
Have you tried uv? That’s much better unless you need something only on conda-forge. It’s also missing tasks currently.