mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 02:29:41 +01:00
29 lines
589 B
YAML
29 lines
589 B
YAML
resolver: lts-12.26
|
|
|
|
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.2
|
|
|
|
# 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
|
|
|
|
nix:
|
|
enable: false
|
|
shell-file: shell.nix
|