From 58abebded5cff7ebbc927c5ceb0f6e427bc4c47e Mon Sep 17 00:00:00 2001 From: XianBW <36835909+XianBW@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:51:20 +0800 Subject: [PATCH] update setuptools to resolve install bug (#1295) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a6787a88..0619a7fd 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ init-qlib-env: @source $$(conda info --base)/etc/profile.d/conda.sh && conda activate qlibRDAgent && which pip && pip install pyqlib && pip install ruamel-yaml==0.17.21 && pip install torch==2.1.1 && pip install catboost==0.24.3 && conda deactivate dev: + $(PIPRUN) pip install -U pip setuptools wheel $(PIPRUN) pip install -e .[docs,lint,package,test] -c $(CONSTRAINTS_FILE) $(PIPRUN) pip install -U kaggle if [ "$(CI)" != "true" ] && command -v pre-commit > /dev/null 2>&1; then pre-commit install --hook-type pre-push; fi