Skip to content

Commit 7aa3c79

Browse files
authored
python312Packages.scikit-optimize: remove (#345515)
2 parents 41ee7f1 + df193d2 commit 7aa3c79

File tree

4 files changed

+1
-48
lines changed

4 files changed

+1
-48
lines changed

pkgs/development/python-modules/optuna/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
pyyaml,
2828
redis,
2929
scikit-learn,
30-
scikit-optimize,
3130
scipy,
3231
setuptools,
3332
shap,
@@ -83,7 +82,6 @@ buildPythonPackage rec {
8382
# pytorch-ignite
8483
pytorch-lightning
8584
scikit-learn
86-
scikit-optimize
8785
shap
8886
tensorflow
8987
torch

pkgs/development/python-modules/scikit-optimize/default.nix

Lines changed: 0 additions & 44 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ mapAliases ({
570570
sapi-python-client = kbcstorage; # added 2022-04-20
571571
scikitimage = scikit-image; # added 2023-05-14
572572
scikitlearn = scikit-learn; # added 2021-07-21
573+
scikit-optimize = throw "scikit-optimize has been removed because it is abandoned"; # added 2024-09-30
573574
scikits-samplerate = throw "scikits-samplerate has been removed, it was unsed and unmaintained since 2015"; # added 2024-05-23
574575
selectors2 = throw "selectors2 has been removed: archived by upstream."; # added 2024-07-27
575576
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13999,8 +13999,6 @@ self: super: with self; {
1399913999

1400014000
scikit-misc = callPackage ../development/python-modules/scikit-misc { };
1400114001

14002-
scikit-optimize = callPackage ../development/python-modules/scikit-optimize { };
14003-
1400414002
scikit-posthocs = callPackage ../development/python-modules/scikit-posthocs { };
1400514003

1400614004
scikit-rf = callPackage ../development/python-modules/scikit-rf { };

0 commit comments

Comments
 (0)