pythonPackages.trueskill: init at 0.4.5 (#49342)

This commit is contained in:
Edmund Wu
2018-11-01 05:56:56 -04:00
committed by Robert Schütz
parent 0111c7d851
commit b3bff5c249
2 changed files with 30 additions and 0 deletions

View File

@@ -670,6 +670,8 @@ in {
hdf5 = pkgs.hdf5.override { zlib = pkgs.zlib; };
};
trueskill = callPackage ../development/python-modules/trueskill { };
trustme = callPackage ../development/python-modules/trustme {};
trio = callPackage ../development/python-modules/trio {};