skyportal / kowalski

Kowalski: a multi-survey data archive and alert broker for time-domain astronomy
MIT License
17 stars 25 forks source link

pip + virtualenv -> uv #462

Closed Theodlz closed 2 days ago

Theodlz commented 1 week ago

This PR migrates Kowalski from using virtualenv and pip to using the more elegant uv (does both virtual environment and super fast dependency installation). We use uv in the docker files, but also recommend using it in the documentation.