mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 02:29:41 +01:00
80a5a4a7d0
That package now includes everything in the `tensorflow/core:protos_all` target: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/BUILD#L131 I also made all of the modules exposed for simplicity. (As a particular example: `MetaGraph`, which was previously in `other-modules`, is useful for constructing some TensorFlow serving RPCs.) * Use the new release of proto-lens-{protoc,protobuf-types}.
31 lines
730 B
YAML
31 lines
730 B
YAML
resolver: lts-8.13
|
|
|
|
packages:
|
|
- tensorflow
|
|
- tensorflow-core-ops
|
|
- tensorflow-logging
|
|
- tensorflow-opgen
|
|
- tensorflow-ops
|
|
- tensorflow-proto
|
|
- tensorflow-mnist
|
|
- tensorflow-mnist-input-data
|
|
- tensorflow-records
|
|
- tensorflow-records-conduit
|
|
- tensorflow-test
|
|
|
|
extra-deps:
|
|
- snappy-framing-0.1.1
|
|
- snappy-0.2.0.2
|
|
- proto-lens-protobuf-types-0.2.1.0
|
|
# TODO: Remove these once the new versions are in lts-8.
|
|
- proto-lens-0.2.1.0
|
|
- proto-lens-descriptors-0.2.1.0
|
|
- proto-lens-protoc-0.2.1.0
|
|
|
|
# For Mac OS X, whose linker doesn't use this path by default
|
|
# unless you run `xcode-select --install`.
|
|
# TODO: remove this once we stop depending on `snappy`.
|
|
extra-lib-dirs:
|
|
- /usr/local/lib
|
|
extra-include-dirs:
|
|
- /usr/local/include
|