Skip to content

Commit e17a036

Browse files
authored
enforce minimum version of idc-index, but do not freeze it
1 parent 87c326f commit e17a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/pathomics/getting_started_with_digital_pathology.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"outputs": [],
7878
"source": [
7979
"%%capture\n",
80-
"!pip3 install wsidicom==0.20.5 idc-index==0.6.3 tensorflow==2.15"
80+
"!pip3 install wsidicom==0.20.5 idc-index>=0.6.3 tensorflow==2.15"
8181
]
8282
},
8383
{

0 commit comments

Comments
 (0)