Skip to content

Commit

Permalink
rerun: update to 0.18 (commaai#33316)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Aug 16, 2024
1 parent e6b2996 commit 4baf6c1
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dev = [
"pytools < 2024.1.11; platform_machine != 'aarch64'", # pyopencl use a broken version
"pywinctl",
"pyprof2calltree",
"rerun-sdk",
"rerun-sdk >= 0.18",
"tabulate",
"types-requests",
"types-tabulate",
Expand Down
3 changes: 0 additions & 3 deletions tools/install_python_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ echo "installing python packages..."
uv sync --frozen --all-extras
source .venv/bin/activate

# TODO: remove this. Workaround till get a new release. PEP508 doesn't seem to have find-links option
uv pip install --pre -f https://build.rerun.io/commit/a93faab/wheels --upgrade rerun-sdk

echo "PYTHONPATH=${PWD}" > $ROOT/.env
if [[ "$(uname)" == 'Darwin' ]]; then
echo "# msgq doesn't work on mac" >> $ROOT/.env
Expand Down
110 changes: 95 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4baf6c1

Please sign in to comment.