pythonPackages.dask-mpi: init at 1.0.2

Address issue with PR #55212
This commit is contained in:
Chris Ostrouchov
2019-02-07 16:06:03 -05:00
committed by Frederik Rietdijk
parent 309c6d315b
commit 34beeb7d51
2 changed files with 38 additions and 0 deletions

View File

@@ -1611,6 +1611,8 @@ in {
dask-ml = callPackage ../development/python-modules/dask-ml { };
dask-mpi = callPackage ../development/python-modules/dask-mpi { };
dask-xgboost = callPackage ../development/python-modules/dask-xgboost { };
datrie = callPackage ../development/python-modules/datrie { };