Skip to content

Commit

Permalink
remove onnx from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed May 10, 2024
1 parent 3a55ecc commit 38bf35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
# Additional typing support is brought by numpy>=1.22.4, but core build sticks to >=1.16.0
"numpy>=1.16.0,<2.0.0",
"scipy>=1.4.0,<2.0.0",
"onnx>=1.12.0,<2.0.0",
"opencv-python>=4.5.0,<5.0.0",
"pypdfium2>=4.0.0,<5.0.0",
"pyclipper>=1.2.0,<2.0.0",
Expand Down Expand Up @@ -117,7 +116,6 @@ module = [
"cv2.*",
"matplotlib.*",
"numpy.*",
"onnx.*",
"pyclipper.*",
"shapely.*",
"mplcursors.*",
Expand Down

0 comments on commit 38bf35f

Please sign in to comment.