Skip to content

Commit

Permalink
python3Packages.boxx: remove
Browse files Browse the repository at this point in the history
This package was only used as a dependency of bpycv which was removed in
the previous commit.
  • Loading branch information
ruro committed Feb 8, 2025
1 parent 0e15771 commit f5ec05a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
63 changes: 0 additions & 63 deletions pkgs/development/python-modules/boxx/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ mapAliases ({
BlinkStick = blinkstick; # added 2023-02-19
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
boto = throw "boto was removed as it is deprecated upstream, had not been updated since 2018, and failed to build; please use boto3 and botocore"; # Added 2024-09-22
boxx = throw "boxx was removed as it is no longer used by any packages in nixpkgs."; # added 2025-02-08
bpycv = throw "bpycv was removed as it is incompatible with blender version 4 or later."; # added 2025-02-08
bsblan = python-bsblan; # added 2022-11-04
btchip = btchip-python; # added 2023-03-03
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1876,8 +1876,6 @@ self: super: with self; {

bottleneck = callPackage ../development/python-modules/bottleneck { };

boxx = callPackage ../development/python-modules/boxx { };

bpemb = callPackage ../development/python-modules/bpemb { };

bpylist2 = callPackage ../development/python-modules/bpylist2 { };
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/release-cuda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ let
xgboost = linux;

python3Packages = {
boxx = linux;
catboost = linux;
cupy = linux;
faiss = linux;
Expand Down

0 comments on commit f5ec05a

Please sign in to comment.