Merge pull request #298882 from r-ryantm/auto-update/python311Packages.tensorflow-estimator-bin

python311Packages.tensorflow-estimator-bin: 2.11.0 -> 2.15.0
This commit is contained in:
Weijia Wang 2024-07-07 19:58:18 +02:00 committed by GitHub
commit 6ba84299e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "tensorflow-estimator";
version = "2.11.0";
version = "2.15.0";
format = "wheel";
src = fetchPypi {
pname = "tensorflow_estimator";
inherit version format;
hash = "sha256-6jtkrP/z2aJE8GF4yb3ty90/Eltn0IiNuoIpSY0GRos=";
hash = "sha256-rt8h7sf7LckRUPyRoc4SvETbtyJ4oItY55/4fJ4o8VM=";
};
propagatedBuildInputs = [