Skip to content
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10,<3.12"
dependencies = [
"analysis-runner>=3.2.2",
"cpg-flow~=1.3",
"cpg-flow~=1.3.1",
"cpg-utils>=5.5.0",
"hail~=0.2.137",
]
Expand Down
24 changes: 7 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ backoff==2.2.1
# via
# gql
# metamist
black==24.10.0
# via test-workflows-shared (pyproject.toml)
bokeh==3.4.3
# via hail
boolean-py==4.0
Expand Down Expand Up @@ -83,7 +81,6 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# metamist
# pip-tools
# typer
Expand All @@ -97,9 +94,9 @@ commonmark==0.9.1
# via rich
contourpy==1.3.1
# via bokeh
cpg-flow==1.3.0
cpg-flow==1.3.1
# via test-workflows-shared (pyproject.toml)
cpg-utils==5.4.3
cpg-utils==5.6.0
# via
# test-workflows-shared (pyproject.toml)
# analysis-runner
Expand Down Expand Up @@ -159,7 +156,9 @@ google-auth==2.38.0
# hail
# metamist
google-auth-oauthlib==0.8.0
# via hail
# via
# cpg-utils
# hail
google-cloud-artifact-registry==1.19.0
# via cpg-utils
google-cloud-core==2.4.3
Expand Down Expand Up @@ -244,9 +243,7 @@ jupyterlab-widgets==3.0.16
license-expression==30.4.0
# via cyclonedx-python-lib
loguru==0.7.3
# via
# test-workflows-shared (pyproject.toml)
# cpg-flow
# via cpg-flow
markupsafe==3.0.2
# via jinja2
matplotlib-inline==0.2.1
Expand All @@ -267,8 +264,6 @@ multidict==6.1.0
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
nest-asyncio==1.6.0
# via hail
networkx==3.6.1
Expand All @@ -290,7 +285,6 @@ packageurl-python==0.16.0
# via cyclonedx-python-lib
packaging==24.2
# via
# black
# bokeh
# build
# pip-audit
Expand All @@ -304,8 +298,6 @@ parsimonious==0.10.0
# via hail
parso==0.8.5
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pillow==11.1.0
Expand All @@ -323,9 +315,7 @@ pip-requirements-parser==32.0.1
pip-tools==7.4.1
# via test-workflows-shared (pyproject.toml)
platformdirs==4.3.6
# via
# black
# virtualenv
# via virtualenv
plotly==5.24.1
# via
# cpg-flow
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ commonmark==0.9.1
# via rich
contourpy==1.3.1
# via bokeh
cpg-flow==1.3.0
cpg-flow==1.3.1
# via test-workflows-shared (pyproject.toml)
cpg-utils==5.4.3
cpg-utils==5.6.0
# via
# test-workflows-shared (pyproject.toml)
# analysis-runner
Expand Down Expand Up @@ -143,7 +143,9 @@ google-auth==2.37.0
# hail
# metamist
google-auth-oauthlib==0.8.0
# via hail
# via
# cpg-utils
# hail
google-cloud-artifact-registry==1.19.0
# via cpg-utils
google-cloud-core==2.4.1
Expand Down Expand Up @@ -223,9 +225,7 @@ jproperties==2.1.2
jupyterlab-widgets==3.0.16
# via ipywidgets
loguru==0.7.3
# via
# test-workflows-shared (pyproject.toml)
# cpg-flow
# via cpg-flow
markupsafe==3.0.2
# via jinja2
matplotlib-inline==0.2.1
Expand Down