···605605buildPythonPackage {
606606 __structuredAttrs = true;
607607 inherit version pname format;
608608- disabled = pythonAtLeast "3.12";
608608+ disabled = pythonAtLeast "3.13";
609609610610 src = bazel-build.python;
611611···613613 # - Drop tensorflow-io dependency until we get it to build
614614 # - Relax flatbuffers and gast version requirements
615615 # - The purpose of python3Packages.libclang is not clear at the moment and we don't have it packaged yet
616616- # - keras and tensorlow-io-gcs-filesystem will be considered as optional for now.
616616+ # - keras will be considered as optional for now.
617617 postPatch = ''
618618 sed -i setup.py \
619619 -e '/tensorflow-io-gcs-filesystem/,+1d' \
···621621 -e "s/'gast[^']*',/'gast',/" \
622622 -e "/'libclang[^']*',/d" \
623623 -e "/'keras[^']*')\?,/d" \
624624- -e "/'tensorflow-io-gcs-filesystem[^']*',/d" \
625624 -e "s/'protobuf[^']*',/'protobuf',/" \
626625 '';
627626