mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python: Keras_Applications: 1.0.5 -> 1.0.6
This commit is contained in:
parent
f6ac7c183d
commit
0579e63ad9
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Keras_Applications";
|
pname = "Keras_Applications";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "26a7318b9d8d5be80d75ab08a1284aaf4b94125dd8271b18ca89791e16eb2cfc";
|
sha256 = "a03af60ddc9c5afdae4d5c9a8dd4ca857550e0b793733a5072e0725829b87017";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Cyclic dependency: keras-applications requires keras, which requires keras-applications
|
# Cyclic dependency: keras-applications requires keras, which requires keras-applications
|
||||||
|
|
Loading…
Reference in a new issue