careless: build venv with uv instead of conda (anaconda.com blocked on Ra)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 10:51:44 +02:00
co-authored by Claude Fable 5
parent 0b8fc62557
commit c0410dfe2d
3 changed files with 20 additions and 22 deletions
+2 -2
View File
@@ -12,5 +12,5 @@ approximate Bayesian inference (TensorFlow). Installed with the
back to CPU otherwise.
"
setenv CARELESS_ENV $PREFIX/miniconda/envs/careless_$V
prepend-path PATH $PREFIX/miniconda/envs/careless_$V/bin
setenv CARELESS_ENV $PREFIX/venv
prepend-path PATH $PREFIX/venv/bin