Skip to content

Commit

Permalink
Update vcpkg.json: try to use an old onnx for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrivor committed Jun 27, 2024
1 parent 67d64a5 commit 2e3eab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"dependencies": [
{
"name": "onnx",
"version>=": "1.16.0"
"version>=": "1.15.0"
},
{
"name": "protobuf",
Expand Down Expand Up @@ -140,4 +140,4 @@
]
}
}
}
}

0 comments on commit 2e3eab6

Please sign in to comment.