File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
resources/payload/config/day Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ dependencies:
4141 - email-validator
4242 - python-multipart
4343 - httpx
44- - daylily-omics-references @ git+https://github.com/Daylily-Informatics/daylily-omics-references.git@ 0.3.1
44+ - daylily-omics-references== 0.3.3
Original file line number Diff line number Diff line change @@ -152,8 +152,7 @@ def verify_reference_bundle(
152152 if not verify_cmd :
153153 logger .error (
154154 "daylily-omics-references CLI not found on PATH. Install with: "
155- 'pip install "git+https://github.com/Daylily-Informatics/'
156- 'daylily-omics-references.git@0.3.1"' ,
155+ 'pip install "daylily-omics-references==0.3.3"' ,
157156 )
158157 return False
159158
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ dependencies:
4141 - email-validator
4242 - python-multipart
4343 - httpx
44- - daylily-omics-references @ git+https://github.com/Daylily-Informatics/daylily-omics-references.git@ 0.3.1
44+ - daylily-omics-references== 0.3.3
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
2626 # Provides the `pcluster` CLI used by the control plane + scripts.
2727 " aws-parallelcluster==3.13.2" ,
2828 # Required for reference-bucket verification in daylily_ec.aws.s3.
29- " daylily-omics-references @ git+https://github.com/Daylily-Informatics/daylily-omics-references.git@ 0.3.1 " ,
29+ " daylily-omics-references== 0.3.3 " ,
3030]
3131
3232[project .scripts ]
You can’t perform that action at this time.
0 commit comments