about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-27 17:50:21 +0200
committerGitHub <noreply@github.com>2022-05-27 17:50:21 +0200
commit85c465bd0af27991e6bf5e7ef3f1802a48b1b0b4 (patch)
treea95c2d10bfaa584839f6763340ef5b1845c69fc5 /pkgs/top-level/python-aliases.nix
parent6a64d8ac65c5d91845c44dbf1d906045d94cf7af (diff)
parente9fc987d8d669391c9786890e442c9b49e0110d6 (diff)
Merge pull request #174242 from fabaff/dask-xgboost-remove
dask-xgboost: remove
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 003f9a516f36d..2018b1b8b9949 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -47,6 +47,7 @@ mapAliases ({
   ConfigArgParse = configargparse; # added 2021-03-18
   cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
   cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23
+  dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
   dateutil = python-dateutil; # added 2021-07-03
   demjson = throw "demjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
   detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04