photoprism: pin tensorflow to python313

This commit is contained in:
Ivan Petkov
2026-07-18 11:07:57 -07:00
parent 59682e0069
commit 131ead25f8
+4 -1
View File
@@ -2,7 +2,7 @@
lib,
buildGoModule,
coreutils,
python3,
python313,
src,
version,
pkg-config,
@@ -11,6 +11,9 @@
}:
let
# tensorflow does not yet support python314: https://github.com/tensorflow/tensorflow/issues/102890
python3 = python313;
# we need to copy these, to add the symlinks, so the linker actually finds these libraries
libtensorflow = symlinkJoin {
name = "libtensorflow";