Skip to content

Commit

Permalink
chore: Fixed another dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joda01 committed Jan 27, 2025
1 parent f4083b3 commit 637d39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def requirements(self):
self.requires("sleef/3.6.1")
self.requires("libtorch/2.4.0")
self.requires("tensorflow-lite/2.15.0")
self.requires("xnnpack/cci.20240229", override = True)
self.requires("protobuf/3.21.12", override=True)
self.requires("flatbuffers/24.3.25", override=True)
#self.requires("xkbcommon/1.6.0", override=True)
Expand Down

0 comments on commit 637d39e

Please sign in to comment.