File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ function uv_install() {
1919 else
2020 local CLEAN_PACKAGE=" ${PACKAGE} "
2121 fi
22-
23- uv tool upgrade " ${CLEAN_PACKAGE} " " ${EXTRA_ARGS[@]} " || uv tool install " ${PACKAGE} " " ${EXTRA_ARGS[@]} "
22+ echo " 📦 Installing ${CLEAN_PACKAGE} "
23+ uv tool install --upgrade " ${PACKAGE} " " ${EXTRA_ARGS[@]} "
2424}
2525
2626function uv_tool_install_file() {
@@ -34,7 +34,6 @@ function uv_tool_install_file() {
3434 while IFS= read -r line; do
3535 if [[ ${line} =~ ^[^# ]*$ ]] && [[ -n ${line} ]]; then
3636 local PACKAGE= " ${line%%#* } "
37- echo " 📦 Installing ${PACKAGE} "
3837 uv_install ${PACKAGE}
3938 fi
4039 done < " ${FILE} "
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ cookiecutter
66dunk
77dvc
88elia-chat
9- hatch
9+ hatch --with pip
1010hatch-pip-compile
1111httpie
12- jupyterlab
12+ jupyterlab --with pandas --with numpy --with s3fs[boto3] --with pyarrow --with scikit-learn
1313ipython
1414llm
1515llm-term[all]
You can’t perform that action at this time.
0 commit comments