summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:27:53 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:28:10 +0000
commit45233c55909f2294a8132aedb7a49a45e4ec69a7 (patch)
treea9da94d5b3d21b0bf22c9033a9b543780a417a96 /gnu
parentbbdbf51c9b5dfb2bce298118f2ac216a9a4cb2cf (diff)
gnu: Remove python-climin.
* gnu/packages/python-science.scm (python-climin): Delete variable. Fixes: guix/guix#4556 Change-Id: I8e26118c854a6ece21a5d8946a30812b626dc52e
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 81f0eacc81f..988c45357ed 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -596,27 +596,6 @@ numerical solver for convex optimization problems using a novel homogeneous
embedding.")
(license license:asl2.0)))
-(define-public python-climin
- (package
- (name "python-climin")
- (version "0.1a1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "climin" version))
- (sha256
- (base32
- "1wpjisd5zzi5yvjff02hnxn84822k8sdxvvd33lil2x79wdb36rv"))))
- (build-system python-build-system)
- (native-inputs (list python-nose))
- (propagated-inputs (list python-numpydoc python-numpy python-scipy))
- (home-page "https://github.com/BRML/climin")
- (synopsis "Optimization for machine learning")
- (description
- "@command{climin} is a Python package for optimization,
-heavily biased to machine learning scenarios. It works on top of
-@command{numpy} and (partially) @command{gnumpy}.")
- (license license:bsd-3)))
-
(define-public python-cmocean
(package
(name "python-cmocean")