Upgraded tensorflow-opgen to proto-lens 0.7

This commit is contained in:
skynet1 2020-08-24 12:08:23 -05:00
parent ec6d9aa7db
commit b109bf054e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ library
hs-source-dirs: src
exposed-modules: TensorFlow.OpGen.ParsedOp
, TensorFlow.OpGen
build-depends: proto-lens == 0.6.*
build-depends: proto-lens == 0.7.*
, tensorflow-proto == 0.2.*
, base >= 4.7 && < 5
, bytestring