File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repo contains implementation of various label fusion approaches that can be
1414
1515### For Usage
1616``` powershell
17- conda create -n venv_labelFusion python=3.6.5 -y
17+ conda create -n venv_labelFusion python=3.12 -y
1818conda activate venv_labelFusion
1919pip install LabelFusion
2020```
@@ -24,7 +24,7 @@ pip install LabelFusion
2424# fork to your own repo
2525git clone ${yourFork_labelFusion_repo_link}
2626cd LabelFusion
27- conda create -p ./venv python=3.6.5 -y
27+ conda create -p ./venv python=3.12 -y
2828conda activate ./venv
2929pip install -e .
3030# develop, push
@@ -91,6 +91,7 @@ This repo has continuous integration enbabled via [Azure DevOps](https://dev.azu
9191
9292And for the following python versions:
9393
94- - 3.6
95- - 3.7
96- - 3.8
94+ - 3.9
95+ - 3.10
96+ - 3.11
97+ - 3.12
You can’t perform that action at this time.
0 commit comments