Switch from poetry to uv (#238)

* switch to uv from poetry

* delete poetry.lock

* add uv.lock, required-python, and switch to hatch as in openpilot

* add uv.lock, required-python, and switch to hatch as in openpilot

* update pyproject.toml and copy uv.lock to the docker image

* return opencl

* update uv.lock

* fix precommit

* use two spaces
This commit is contained in:
pantew869
2024-07-14 17:29:18 +03:00
committed by GitHub
parent b74aadb549
commit 6e94867233
6 changed files with 3038 additions and 5065 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ fi
echo "Setting global python version"
pyenv global $PYTHON_VERSION
pip3 install --no-cache-dir --upgrade pip poetry
pip3 install --no-cache-dir --upgrade pip uv