File tree Expand file tree Collapse file tree 8 files changed +23
-23
lines changed Expand file tree Collapse file tree 8 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ fit xData yData = TF.runSession $ do
61
61
62
62
# Installation Instructions
63
63
64
- Note: building this repository with ` stack ` requires version ` 2.1.3 ` or newer.
64
+ Note: building this repository with ` stack ` requires version ` 2.3.1 ` or newer.
65
65
Check your stack version with ` stack --version ` in a terminal.
66
66
67
67
## Build with Docker on Linux
Original file line number Diff line number Diff line change 1
1
name : tensorflow-core-ops
2
- version : 0.2 .0.1
2
+ version : 0.3 .0.0
3
3
synopsis : Haskell wrappers for Core Tensorflow Ops.
4
4
description : Code generated signatures for the Ops in libtensorflow.
5
5
homepage : https://github.com/tensorflow/haskell#readme
@@ -17,7 +17,7 @@ library
17
17
autogen-modules : TensorFlow.GenOps.Core
18
18
build-depends : bytestring
19
19
, proto-lens == 0.7. *
20
- , tensorflow == 0.2 . *
20
+ , tensorflow == 0.3 . *
21
21
, base >= 4.7 && < 5
22
22
, lens-family == 2. *
23
23
, text
@@ -28,8 +28,8 @@ custom-setup
28
28
, bytestring
29
29
, directory
30
30
, proto-lens == 0.7. *
31
- , tensorflow-opgen == 0.2 . *
32
- , tensorflow == 0.2 . *
31
+ , tensorflow-opgen == 0.3 . *
32
+ , tensorflow == 0.3 . *
33
33
, base >= 4.7 && < 5
34
34
, filepath
35
35
, mainland-pretty
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ library
29
29
, stm
30
30
, stm-chans
31
31
, stm-conduit
32
- , tensorflow == 0.2. *
33
- , tensorflow-core-ops == 0.2. *
34
- , tensorflow-ops == 0.2. *
35
- , tensorflow-proto == 0.2. *
36
- , tensorflow-records-conduit == 0.1. *
32
+ , tensorflow >= 0.2.0
33
+ , tensorflow-core-ops >= 0.2.0
34
+ , tensorflow-ops >= 0.2.0
35
+ , tensorflow-proto >= 0.2.0
36
+ , tensorflow-records-conduit >= 0.1.0
37
37
, text
38
38
, time
39
39
, transformers
Original file line number Diff line number Diff line change 1
1
name : tensorflow-mnist
2
- version : 0.1.0.0
2
+ version : 0.1.0.1
3
3
synopsis : TensorFlow demo application for learning MNIST model.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
@@ -28,9 +28,9 @@ library
28
28
, lens-family >= 2.0
29
29
, containers
30
30
, split
31
- , tensorflow-proto == 0.2. *
32
- , tensorflow-core-ops == 0.2. *
33
- , tensorflow == 0.2. *
31
+ , tensorflow-proto >= 0.2.0
32
+ , tensorflow-core-ops >= 0.2.0
33
+ , tensorflow >= 0.2.0
34
34
, text
35
35
, vector
36
36
, zlib
Original file line number Diff line number Diff line change 1
1
name : tensorflow-opgen
2
- version : 0.2 .0.1
2
+ version : 0.3 .0.0
3
3
synopsis : Code generation for TensorFlow operations.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
@@ -17,7 +17,7 @@ library
17
17
exposed-modules : TensorFlow.OpGen.ParsedOp
18
18
, TensorFlow.OpGen
19
19
build-depends : proto-lens == 0.7. *
20
- , tensorflow-proto == 0.2 . *
20
+ , tensorflow-proto == 0.3 . *
21
21
, base >= 4.7 && < 5
22
22
, bytestring
23
23
, containers
Original file line number Diff line number Diff line change 1
1
name : tensorflow-ops
2
- version : 0.2 .0.1
2
+ version : 0.3 .0.0
3
3
synopsis : Friendly layer around TensorFlow bindings.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
@@ -30,9 +30,9 @@ library
30
30
, data-default
31
31
, lens-family == 2. *
32
32
, containers
33
- , tensorflow == 0.2 . *
34
- , tensorflow-proto == 0.2 . *
35
- , tensorflow-core-ops == 0.2 . *
33
+ , tensorflow == 0.3 . *
34
+ , tensorflow-proto == 0.3 . *
35
+ , tensorflow-core-ops == 0.3 . *
36
36
, text
37
37
default-language : Haskell2010
38
38
Original file line number Diff line number Diff line change 1
1
name : tensorflow-proto
2
- version : 0.2 .0.1
2
+ version : 0.3 .0.0
3
3
synopsis : TensorFlow protocol buffers.
4
4
description : Please see README.md
5
5
homepage : https://github.com/tensorflow/haskell#readme
Original file line number Diff line number Diff line change 1
1
name : tensorflow
2
- version : 0.2 .0.1
2
+ version : 0.3 .0.0
3
3
synopsis : TensorFlow bindings.
4
4
description :
5
5
This library provides an interface to the TensorFlow
@@ -37,7 +37,7 @@ library
37
37
other-modules : TensorFlow.Internal.Raw
38
38
build-tools : c2hs
39
39
build-depends : proto-lens == 0.7. *
40
- , tensorflow-proto == 0.2 . *
40
+ , tensorflow-proto == 0.3 . *
41
41
, base >= 4.7 && < 5
42
42
, async
43
43
, attoparsec
You can’t perform that action at this time.
0 commit comments