Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Nov 18, 2023
1 parent a24490c commit 0f1cca9
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 6 deletions.
58 changes: 54 additions & 4 deletions poetry.lock

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

8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ exclude = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
torch = ">=1.11,!=2.0.1,!=2.1.0" # https://github.com/pytorch/pytorch/issues/100974
torch = ">=1.11,!=2.0.1,!=2.1.0" # https://github.com/pytorch/pytorch/issues/100974ypmun
numpy = [
{ version = "~1.24.4", python = "<3.9" },
{ version = "^1.25", python = ">=3.9" },
]
transformers = { version = "~4.34.1", extras = ["sentencepiece"] }
tokenizers = "^0.14.1"
pytorch-lightning = "~2.1.0" # As "lightning" comes with many extra dependencies, we stay with "pytorch-lightning"
Expand All @@ -68,7 +72,7 @@ torchmetrics = "^1.0"
seqeval = "^1.2"
scikit-learn = "^1.3"
Levenshtein = "^0.21.0"
pandas = "^2.0"
cohesion-tools = { version = "^0.5.7", extras = ["eval"] }
python-dotenv = "^1.0"
jaconv = "^0.3.4"
ipython = [
Expand Down

0 comments on commit 0f1cca9

Please sign in to comment.