mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
tflearn: init at 0.2.1
This commit is contained in:
parent
fab072db1e
commit
fd0b05b483
@ -28873,6 +28873,24 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
tflearn = buildPythonPackage rec {
|
||||
name = "tflearn-0.2.1";
|
||||
|
||||
meta = {
|
||||
description = "Deep learning library featuring a higher-level API for TensorFlow";
|
||||
homepage = "https://github.com/tflearn/tflearn";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ houqp ];
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ scipy h5py pillow tensorflow ];
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/t/tflearn/${name}.tar.gz";
|
||||
sha256 = "1n884c4j35409id2bncyj5fvmmfpdqj3pk6wrv0s1znnvs0lkii0";
|
||||
};
|
||||
};
|
||||
|
||||
simpleai = buildPythonPackage rec {
|
||||
version = "0.7.11";
|
||||
name = "simpleai-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user