Skip to content

Commit

Permalink
chore: Update goldenretriever version to 0.9.3 and transformers depen…
Browse files Browse the repository at this point in the history
…dency to 4.43
  • Loading branch information
Riccorl committed Jul 18, 2024
1 parent 41f84e8 commit 179acb5
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 = "2"
_PATCH = "3"
# 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
@@ -1,7 +1,7 @@
#------- Core dependencies -------
torch>=2.1,<2.3

transformers>=4.33,<4.38
transformers>=4.33,<4.43
datasets>=2.15,<2.17
rich>=13.0.0,<14.0.0
scikit-learn>=1.3,<1.5
Expand Down

0 comments on commit 179acb5

Please sign in to comment.