photoprism: pin tensorflow to python313
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user