Skip to content

Commit

Permalink
Revert "removed hardcoded idc-index-data version"
Browse files Browse the repository at this point in the history
This reverts commit 111c01c01ac37ed9943ea5ecf762ebbcffb96a74.
  • Loading branch information
DanielaSchacherer committed Sep 20, 2024
1 parent 5a9093b commit 585c859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
aws_endpoint_url = "https://s3.amazonaws.com"
gcp_endpoint_url = "https://storage.googleapis.com"
asset_endpoint_url = f"https://github.com/ImagingDataCommons/idc-index-data/releases/download/{idc_index_data.__version__}"
# TODO: remove later
asset_endpoint_url = (
"https://github.com/ImagingDataCommons/idc-index-data/releases/download/18.2.0"
)


logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 585c859

Please sign in to comment.