Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.keras-{applications,preprocessing}: remove #373129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions pkgs/development/python-modules/keras-applications/default.nix

This file was deleted.

49 changes: 0 additions & 49 deletions pkgs/development/python-modules/keras-preprocessing/default.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/development/python-modules/tensorflow/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
cudaPackages,
zlib,
python,
keras-applications,
keras-preprocessing,
addDriverRunpath,
astunparse,
flatbuffers,
Expand Down Expand Up @@ -90,8 +88,6 @@ buildPythonPackage rec {
wrapt
tensorflow-estimator-bin
tensorboard
keras-applications
keras-preprocessing
h5py
] ++ lib.optional (!isPy3k) mock;

Expand Down
3 changes: 0 additions & 3 deletions pkgs/development/python-modules/tensorflow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
packaging,
setuptools,
wheel,
keras-preprocessing,
google-pasta,
opt-einsum,
astunparse,
Expand Down Expand Up @@ -197,7 +196,6 @@ let
google-pasta
grpcio
h5py
keras-preprocessing
numpy
opt-einsum
packaging
Expand Down Expand Up @@ -648,7 +646,6 @@ buildPythonPackage {
google-pasta
grpcio
h5py
keras-preprocessing
numpy
opt-einsum
packaging
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ mapAliases ({
Kajiki = kajiki; # added 2023-02-19
keepkey_agent = keepkey-agent; # added 2024-01-06
Keras = keras; # added 2021-11-25
keras-applications = throw "keras-applications has been removed because it's abandoned since 2022"; # added 2025-01-12
keras-preprocessing = throw "keras-preprocessing has been removed because it's abandoned since 2024"; # added 2025-01-12
keyring_24 = throw "keyring_24 has been removed, use keyring instead"; # added 2025-01-01
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6943,12 +6943,8 @@ self: super: with self; {

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

keras-applications = callPackage ../development/python-modules/keras-applications { };

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

keras-preprocessing = callPackage ../development/python-modules/keras-preprocessing { };

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

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