Skip to content

Commit

Permalink
Update: 依存関係の間口を広げる
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Oct 28, 2024
1 parent 0c6a777 commit a83da2d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 34 deletions.
55 changes: 24 additions & 31 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ license = "MIT"
readme = "Readme.md"

[tool.poetry.dependencies]
onnx = "^1.17.0"
onnx = ">=1.17.0"
python = ">=3.11"
pydantic = "^2.4.0"
typer = {extras = ["all"], version = "^0.9.0"}
pydantic = ">=2.4.0"
typer = {extras = ["all"], version = ">=0.9.0"}

[tool.poetry.scripts]
aivmlib = "aivmlib.__main__:app"
Expand Down

0 comments on commit a83da2d

Please sign in to comment.