Skip to content

Commit

Permalink
python311Packages.theano-pymc: drop
Browse files Browse the repository at this point in the history
theano-pymc has been removed because it is no longer maintained
  • Loading branch information
natsukium committed May 26, 2024
1 parent 3932ebe commit aae5de8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
51 changes: 0 additions & 51 deletions pkgs/development/python-modules/theano-pymc/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 @@ -532,6 +532,7 @@ mapAliases ({
theano = throw "theano has been removed because it is no longer maintained"; # added 2024-05-20
theanoWithCuda = throw "theano has been removed because it is no longer maintained"; # added 2024-05-20
theanoWithoutCuda = throw "theano has been removed because it is no longer maintained"; # added 2024-05-20
theano-pymc = throw "theano-pymc has been removed because it is no longer maintained"; # added 2024-05-20
thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
torrent_parser = torrent-parser; # added 2023-11-04
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 @@ -15066,8 +15066,6 @@ self: super: with self; {

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

theano-pymc = callPackage ../development/python-modules/theano-pymc { };

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

thelogrus = callPackage ../development/python-modules/thelogrus { };
Expand Down

0 comments on commit aae5de8

Please sign in to comment.