Skip to content

Commit 2a83e50

Browse files
authored
photoprism: pin tensorflow to python313 (#543085)
2 parents 87c145c + 131ead2 commit 2a83e50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pkgs/by-name/ph/photoprism/backend.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
buildGoModule,
44
coreutils,
5-
python3,
5+
python313,
66
src,
77
version,
88
pkg-config,
@@ -11,6 +11,9 @@
1111
}:
1212

1313
let
14+
# tensorflow does not yet support python314: https://github.com/tensorflow/tensorflow/issues/102890
15+
python3 = python313;
16+
1417
# we need to copy these, to add the symlinks, so the linker actually finds these libraries
1518
libtensorflow = symlinkJoin {
1619
name = "libtensorflow";

0 commit comments

Comments
 (0)