diff --git a/README.md b/README.md index 658be2c..e3b98ff 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ fit xData yData = TF.runSession $ do # Installation Instructions -Note: building this repository with `stack` requires version `2.1.3` or newer. +Note: building this repository with `stack` requires version `2.3.1` or newer. Check your stack version with `stack --version` in a terminal. ## Build with Docker on Linux diff --git a/tensorflow-core-ops/tensorflow-core-ops.cabal b/tensorflow-core-ops/tensorflow-core-ops.cabal index 1347346..54dca8b 100644 --- a/tensorflow-core-ops/tensorflow-core-ops.cabal +++ b/tensorflow-core-ops/tensorflow-core-ops.cabal @@ -1,5 +1,5 @@ name: tensorflow-core-ops -version: 0.2.0.1 +version: 0.3.0.0 synopsis: Haskell wrappers for Core Tensorflow Ops. description: Code generated signatures for the Ops in libtensorflow. homepage: https://github.com/tensorflow/haskell#readme @@ -17,7 +17,7 @@ library autogen-modules: TensorFlow.GenOps.Core build-depends: bytestring , proto-lens == 0.7.* - , tensorflow == 0.2.* + , tensorflow == 0.3.* , base >= 4.7 && < 5 , lens-family == 2.* , text @@ -28,8 +28,8 @@ custom-setup , bytestring , directory , proto-lens == 0.7.* - , tensorflow-opgen == 0.2.* - , tensorflow == 0.2.* + , tensorflow-opgen == 0.3.* + , tensorflow == 0.3.* , base >= 4.7 && < 5 , filepath , mainland-pretty diff --git a/tensorflow-logging/tensorflow-logging.cabal b/tensorflow-logging/tensorflow-logging.cabal index e3756cc..fcb542d 100644 --- a/tensorflow-logging/tensorflow-logging.cabal +++ b/tensorflow-logging/tensorflow-logging.cabal @@ -29,11 +29,11 @@ library , stm , stm-chans , stm-conduit - , tensorflow == 0.2.* - , tensorflow-core-ops == 0.2.* - , tensorflow-ops == 0.2.* - , tensorflow-proto == 0.2.* - , tensorflow-records-conduit == 0.1.* + , tensorflow >= 0.2.0 + , tensorflow-core-ops >= 0.2.0 + , tensorflow-ops >= 0.2.0 + , tensorflow-proto >= 0.2.0 + , tensorflow-records-conduit >= 0.1.0 , text , time , transformers diff --git a/tensorflow-mnist/tensorflow-mnist.cabal b/tensorflow-mnist/tensorflow-mnist.cabal index 52f2500..29bbd26 100644 --- a/tensorflow-mnist/tensorflow-mnist.cabal +++ b/tensorflow-mnist/tensorflow-mnist.cabal @@ -1,5 +1,5 @@ name: tensorflow-mnist -version: 0.1.0.0 +version: 0.1.0.1 synopsis: TensorFlow demo application for learning MNIST model. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -28,9 +28,9 @@ library , lens-family >= 2.0 , containers , split - , tensorflow-proto == 0.2.* - , tensorflow-core-ops == 0.2.* - , tensorflow == 0.2.* + , tensorflow-proto >= 0.2.0 + , tensorflow-core-ops >= 0.2.0 + , tensorflow >= 0.2.0 , text , vector , zlib diff --git a/tensorflow-opgen/tensorflow-opgen.cabal b/tensorflow-opgen/tensorflow-opgen.cabal index 3223256..564d38e 100644 --- a/tensorflow-opgen/tensorflow-opgen.cabal +++ b/tensorflow-opgen/tensorflow-opgen.cabal @@ -1,5 +1,5 @@ name: tensorflow-opgen -version: 0.2.0.1 +version: 0.3.0.0 synopsis: Code generation for TensorFlow operations. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -17,7 +17,7 @@ library exposed-modules: TensorFlow.OpGen.ParsedOp , TensorFlow.OpGen build-depends: proto-lens == 0.7.* - , tensorflow-proto == 0.2.* + , tensorflow-proto == 0.3.* , base >= 4.7 && < 5 , bytestring , containers diff --git a/tensorflow-ops/tensorflow-ops.cabal b/tensorflow-ops/tensorflow-ops.cabal index d4a68f3..a074230 100644 --- a/tensorflow-ops/tensorflow-ops.cabal +++ b/tensorflow-ops/tensorflow-ops.cabal @@ -1,5 +1,5 @@ name: tensorflow-ops -version: 0.2.0.1 +version: 0.3.0.0 synopsis: Friendly layer around TensorFlow bindings. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -30,9 +30,9 @@ library , data-default , lens-family == 2.* , containers - , tensorflow == 0.2.* - , tensorflow-proto == 0.2.* - , tensorflow-core-ops == 0.2.* + , tensorflow == 0.3.* + , tensorflow-proto == 0.3.* + , tensorflow-core-ops == 0.3.* , text default-language: Haskell2010 diff --git a/tensorflow-proto/tensorflow-proto.cabal b/tensorflow-proto/tensorflow-proto.cabal index 3d74db3..a2897eb 100644 --- a/tensorflow-proto/tensorflow-proto.cabal +++ b/tensorflow-proto/tensorflow-proto.cabal @@ -1,5 +1,5 @@ name: tensorflow-proto -version: 0.2.0.1 +version: 0.3.0.0 synopsis: TensorFlow protocol buffers. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme diff --git a/tensorflow/tensorflow.cabal b/tensorflow/tensorflow.cabal index 3f99648..f1bd422 100644 --- a/tensorflow/tensorflow.cabal +++ b/tensorflow/tensorflow.cabal @@ -1,5 +1,5 @@ name: tensorflow -version: 0.2.0.1 +version: 0.3.0.0 synopsis: TensorFlow bindings. description: This library provides an interface to the TensorFlow @@ -37,7 +37,7 @@ library other-modules: TensorFlow.Internal.Raw build-tools: c2hs build-depends: proto-lens == 0.7.* - , tensorflow-proto == 0.2.* + , tensorflow-proto == 0.3.* , base >= 4.7 && < 5 , async , attoparsec