Skip to content

main <- dev #1028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hail==0.2.132
hail==0.2.133
luigi==3.5.2
gnomad==0.6.4
aiofiles==24.1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ google-auth==2.35.0
# hail
google-auth-oauthlib==0.8.0
# via hail
hail==0.2.132
hail==0.2.133
# via -r requirements.in
hdbscan==0.8.39
# via gnomad
humanize==1.1.0
humanize==4.11.0
# via hail
idna==3.10
# via
Expand Down
2 changes: 1 addition & 1 deletion v03_pipeline/deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM docker:dind as BUILD
FROM hailgenetics/hail:0.2.132-py3.11
FROM hailgenetics/hail:0.2.133-py3.11
COPY --from=BUILD /usr/local/bin/docker /usr/local/bin/docker
LABEL maintainer="Broad TGG"

Expand Down