File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dynamic = ["version"]
3434dependencies = [
3535 " click" ,
3636 ' duckdb>=0.10.0,<=1.2.1' ,
37- " idc-index-data==20 .0.3 " ,
37+ " idc-index-data==21 .0.0 " ,
3838 " packaging" ,
3939 " pandas<=2.2.4" ,
4040 " platformdirs" ,
Original file line number Diff line number Diff line change @@ -582,8 +582,8 @@ def test_clinical_index_install(self):
582582 assert i .indices_overview ["clinical_index" ]["installed" ] is True
583583 assert len (os .listdir (i .clinical_data_dir )) > 0
584584
585- nlst_clinical = i .get_clinical_table ("nlst_clinical " )
586- assert nlst_clinical is not None
585+ nlst_canc = i .get_clinical_table ("nlst_canc " )
586+ assert nlst_canc is not None
587587
588588 def test_series_files_URLs (self ):
589589 c = IDCClient ()
You can’t perform that action at this time.
0 commit comments