Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaperChipmunk32 committed Oct 23, 2024
1 parent 0347958 commit 1efe7eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ sortedcontainers = "^2.4.0"
networkx = "^2.6.3"
charset-normalizer = "^2.1.1"

sentencepiece = "^0.2.0"
sentencepiece = "^0.2.0" # extras
sil-thot = "^3.4.4"
# huggingface extras
transformers = "^4.45.0"

transformers = "^4.45.0" # huggingface extras
datasets = "^3.0.0"
sacremoses = "^0.1.0"
# job extras
clearml = { extras = ["s3"], version = "^1.13.1" }

clearml = { extras = ["s3"], version = "^1.13.1" } # job extras
botocore = "^1.35.41"
boto3 = "^1.19.41"
dynaconf = "^3.2.5"
Expand Down

0 comments on commit 1efe7eb

Please sign in to comment.