#! /bin/bash -x

rm -rf .venv
pip install uv
uv venv

source .venv/bin/activate

uv pip install -r requirements.txt