Skip to content

Commit

Permalink
chore: Update goldenretriever version to 0.9.4 and lightning dependen…
Browse files Browse the repository at this point in the history
…cy to 2.3
  • Loading branch information
Riccorl committed Jul 18, 2024
1 parent 179acb5 commit af74509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goldenretriever/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_MINOR = "9"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "3"
_PATCH = "4"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = os.environ.get("GOLDENRETRIEVER_VERSION_SUFFIX", "")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rich>=13.0.0,<14.0.0
scikit-learn>=1.3,<1.5

# train
lightning>=2.1,<2.2
lightning>=2.1,<2.3
hydra-core>=1.3,<1.4
hydra_colorlog
wandb>=0.16,<0.17
Expand Down

0 comments on commit af74509

Please sign in to comment.