infra: update installation deps

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2024-06-11 05:44:32 +00:00
parent 1abc44d4bc
commit ca306adde7
3 changed files with 2 additions and 5 deletions

4
all.sh
View File

@@ -3,10 +3,6 @@
GIT_ROOT=$(git rev-parse --show-toplevel)
cd "$GIT_ROOT" || exit 1
if command -v direnv >/dev/null 2>&1 && [ -f "$GIT_ROOT/.envrc" ]; then
direnv allow
fi
printf "Running update-mypy.py\n"
python ./tools/update-mypy.py
printf "Running update-config-stubs.py\n"

View File

@@ -33,7 +33,7 @@ tool = ["quality", "bash ./clean.sh", 'python ./cz.py']
installer = "uv"
type = "virtual"
dependencies = [
"openllm[vllm] @ {root:uri}/openllm-python",
"openllm @ {root:uri}/openllm-python",
"openllm-core @ {root:uri}/openllm-core",
"openllm-client @ {root:uri}/openllm-client",
# NOTE: Tests strategies with Hypothesis and pytest, and snapshot testing with syrupy

View File

@@ -2,3 +2,4 @@ ipython
jupyter
tomlkit
ghapi
pre-commit