File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,10 @@ Changelogs
220220HSF
221221---
222222
223+ **Version 1.1.3 **
224+
225+ * Lower onnxruntime dependency to min 1.8.0
226+
223227**Version 1.1.2 **
224228
225229* ***BREAKING CHANGE* **: HSF needs to be installed using extra dependencies depending on the backend you want to use.
Original file line number Diff line number Diff line change 55 <br>
66 <font size="+2"><b>Hippocampal</b> <i>Segmentation</i> Factory</font>
77 <br>
8- <b>Current HSF version:</b> 1.1.2 <br>
8+ <b>Current HSF version:</b> 1.1.3 <br>
99 <b>Built-in Models version:</b> 3.0.0<br>
1010 <b>Models in the Hub:</b> 6
1111</p >
Original file line number Diff line number Diff line change 1- __version__ = '1.1.2 '
1+ __version__ = '1.1.3 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " HSF"
3- version = " 1.1.2 "
3+ version = " 1.1.3 "
44description = " A simple yet exhaustive segmentation tool of the Hippocampal Subfields in T1w and T2w MRIs."
55authors = [
" Clément POIRET <[email protected] >" ]
66license = " MIT"
@@ -28,8 +28,8 @@ wget = "^3.2"
2828antspyx = " >0.3.0"
2929xxhash = " ^3.2.0"
3030rich = " >11.0.0"
31- onnxruntime = {version = " ^1.14 .0" , optional = true }
32- onnxruntime-gpu = {version = " ^1.14 .0" , optional = true }
31+ onnxruntime = {version = " >=1.8 .0" , optional = true }
32+ onnxruntime-gpu = {version = " >=1.8 .0" , optional = true }
3333deepsparse = {version = " ^1.4.0" , optional = true }
3434
3535[tool .poetry .extras ]
@@ -50,3 +50,7 @@ omit = ["hsf/welcome.py"]
5050[build-system ]
5151requires = [" poetry-core>=1.0.0" ]
5252build-backend = " poetry.core.masonry.api"
53+
54+ # The command to install deps manually
55+ # pip install hsf --no-deps
56+ # pip install "torchio>=0.18.56" "roiloc>0.2.8" "hydra-core>=1.1.1" "wget>=3.2" "antspyx>0.3.0" "xxhash>=3.2.0" "rich>11.0.0" "onnxruntime>=1.14.0"
Original file line number Diff line number Diff line change 1616
1717
1818def test_version ():
19- assert __version__ == '1.1.2 '
19+ assert __version__ == '1.1.3 '
2020
2121
2222# SETUP FIXTURES
You can’t perform that action at this time.
0 commit comments