Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jan 21, 2025
1 parent 18c66b1 commit def0fbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

# skip the `v` at the beginning of the tag for docker image tags
- name: Create a docker tag
if: github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/v')
id: docker-tag
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ requires-python = ">=3.10, <3.14"
dependencies = [
"pyspark (>=3.5.0, <3.6)",
"hail (>=0.2.133, <0.3.0)",
"scipy (>=1.11.4,<1.12.0)",
"scipy (>=1.11.4, <1.12.0)",
"hydra-core (>=1.3.2, <1.4.0)",
"pyliftover (>=0.4.1, <0.5.0)",
"numpy (>=1.26.4, <1.27)",
"numpy (>=1.26.4, <1.27.0)",
"wandb (>=0.19.0, <0.20.0)",
"google (>=3.0.0, <3.1.0)",
"omegaconf (>=2.3.0, <2.4.0)",
"typing-extensions (>=4.9.0, <4.10.0)",
"typing-extensions (>=4.9.0, <4.13.0)",
"scikit-learn (>=1.6.0, <1.7.0)",
"pandas[gcp,parquet] (>=2.0.3, <2.1.0)",
"skops (>=0.11.0, <0.12.0)",
Expand Down

0 comments on commit def0fbb

Please sign in to comment.