Skip to content

Commit

Permalink
update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Jan 31, 2024
1 parent b947d38 commit 84ea790
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 28 deletions.
96 changes: 69 additions & 27 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ python = ">=3.8,<3.13"
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" },
{ version = ">=1.26", python = ">=3.9" },
]
transformers = { version = "~4.34.1", extras = ["sentencepiece"] }
tokenizers = "^0.14.1"
Expand Down Expand Up @@ -95,6 +95,8 @@ pytest = "^7.1"
pytest-cov = "^4.0"
pytest-profiling = "^1.7"

[tool.poetry.group.build.dependencies]

[tool.poetry.scripts]
kwja = "kwja.cli.cli:app"

Expand Down

0 comments on commit 84ea790

Please sign in to comment.