tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.tensorflow-estimator: 2.10.0 -> 2.11.0
Martin Weinelt
3 years ago
26fc1080
c9df0366
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tensorflow-estimator
default.nix
+2
-2
pkgs/development/python-modules/tensorflow-estimator/default.nix
···
6
6
7
7
buildPythonPackage rec {
8
8
pname = "tensorflow-estimator";
9
9
-
version = "2.10.0";
9
9
+
version = "2.11.0";
10
10
format = "wheel";
11
11
12
12
src = fetchPypi {
13
13
pname = "tensorflow_estimator";
14
14
inherit version format;
15
15
-
hash = "sha256-8yTqF81X8W4zvxiHEdUHfmsuX1oSwyjW4BoHsjiI7c0=";
15
15
+
hash = "sha256-6jtkrP/z2aJE8GF4yb3ty90/Eltn0IiNuoIpSY0GRos=";
16
16
};
17
17
18
18
propagatedBuildInputs = [ mock numpy absl-py ];