Skip to content

Commit

Permalink
lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum committed Dec 16, 2024
1 parent cf68a33 commit 93d94cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ readme = "README.md"
license = { text = "Apache-2.0" }
authors = [{ name = "cospectrum", email = "[email protected]" }]
requires-python = ">=3.10"
dependencies = [
"numpy>=2.2.0",
"onnxruntime>=1.20.1",
"opencv-python>=4.10.0.84",
"pillow>=11.0.0",
]
dependencies = ["numpy>=2.2.0", "onnxruntime>=1.20.1", "pillow>=11.0.0"]

[project.urls]
Repository = "https://github.com/cospectrum/microwink"
Expand Down

0 comments on commit 93d94cd

Please sign in to comment.