Skip to content

Commit 6711277

Browse files
committed
Pin daylily-omics-references to 0.3.3
1 parent b1cf5f6 commit 6711277

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

config/day/daycli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

daylily_ec/aws/s3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

daylily_ec/resources/payload/config/day/daycli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)