1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00

Add more version constraints

This commit is contained in:
fkm3 2018-08-02 21:29:35 -04:00
parent 9b89cd95cb
commit 04d0ad4ab8
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ library
, tensorflow-core-ops == 0.2.*
, tensorflow-ops == 0.2.*
, tensorflow-proto == 0.2.*
, tensorflow-records-conduit
, tensorflow-records-conduit == 0.1.*
, text
, time
, transformers

View File

@ -30,7 +30,7 @@ library
, split
, tensorflow-proto == 0.2.*
, tensorflow-core-ops == 0.2.*
, tensorflow
, tensorflow == 0.2.*
, text
, vector
, zlib