Skip to content

Commit

Permalink
debug versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 26, 2024
1 parent a4ef171 commit d6e4703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion algos/ads_3/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ conda update -n base --all
## install 'mamba'
conda install -n base mamba

mamba env create -f environment.yml -n ads_v3 python=3.6
conda update -n base -c conda-forge conda
pip install scikit-learn==
mamba env create -f environment.yml -n ads_v3
source activate ads_v3

pip install -e .
Expand Down

0 comments on commit d6e4703

Please sign in to comment.