pythonPackages.dask-gateway-server: init at 0.8.0

This commit is contained in:
Chris Ostrouchov
2020-08-08 13:33:03 -07:00
committed by Jon
parent 050ab81b07
commit 7b04c0ff13
2 changed files with 53 additions and 0 deletions
+4
View File
@@ -2741,6 +2741,10 @@ in {
dask-gateway = callPackage ../development/python-modules/dask-gateway { };
dask-gateway-server = callPackage ../development/python-modules/dask-gateway-server {
inherit (pkgs) go;
};
dask-glm = callPackage ../development/python-modules/dask-glm { };
dask-image = callPackage ../development/python-modules/dask-image { };