From c41f1403cd19cfa5e06bed6ba46b02be42067fe8 Mon Sep 17 00:00:00 2001 From: ammarcsj <70114795+ammarcsj@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:30:33 +0200 Subject: [PATCH] update python version --- misc/stable_pip_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/stable_pip_install.sh b/misc/stable_pip_install.sh index 6c29603..6657dda 100644 --- a/misc/stable_pip_install.sh +++ b/misc/stable_pip_install.sh @@ -1,4 +1,4 @@ -conda create -n directlfq python=3.8 -y +conda create -n directlfq python=3.9 -y conda activate directlfq pip install -e '../.[stable,development-stable, gui-stable]' directlfq