diff --git a/HAL/dataloader.yaml b/HAL/dataloader.yaml index 371484c61..b3209ac3e 100644 --- a/HAL/dataloader.yaml +++ b/HAL/dataloader.yaml @@ -20,7 +20,7 @@ defined_as: dataloader.py::SplicingKmerDataset dependencies: conda: - bioconda::pysam - - python=3.5 + - python=3.6 info: authors: - github: s6juncheng diff --git a/HAL/model.yaml b/HAL/model.yaml index 121c14d02..5c006f752 100644 --- a/HAL/model.yaml +++ b/HAL/model.yaml @@ -6,7 +6,7 @@ default_dataloader: . defined_as: model.HALModel dependencies: conda: - - numpy + - numpy info: authors: - github: Alex-Rosenberg