Skip to content

Commit 7d7a07b

Browse files
author
Bart Schuurmans
committed
Update nixpkgs snapshot to one containing libtensorflow v2.3.0
The previous snapshot contained a libtensorflow version that did not match the third_party/tensorflow submodule version.
1 parent 4e10661 commit 7d7a07b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ extra-include-dirs:
2727

2828
nix:
2929
enable: false
30-
# release-19.09 with libtensorflow 1.14.0
31-
path: ["nixpkgs=https://github.com/NixOS/nixpkgs/archive/8731aaaf8b30888bc24994096db830993090d7c4.tar.gz"]
32-
packages: [snappy, zlib, protobuf, libtensorflow]
30+
# nixos-21.05 with libtensorflow 2.3.0
31+
path: ["nixpkgs=https://github.com/NixOS/nixpkgs/archive/c7cb72b0cae397d311236d6773338efb4bd4f2d1.tar.gz"]
32+
packages: [snappy, zlib, protobuf, python3Packages.tensorflow_2.libtensorflow]

0 commit comments

Comments
 (0)