File tree Expand file tree Collapse file tree 4 files changed +1
-48
lines changed
development/python-modules Expand file tree Collapse file tree 4 files changed +1
-48
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 { };
You can’t perform that action at this time.
0 commit comments