guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 0ec66f55de283bd4ac6c50cff5746c51626a6944
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 09:19:47 2026 +0000

    gnu: rdkit: Use python-numpy@1.
    
    * gnu/packages/chemistry.scm (rdkit)[propagated-inputs]: Remove
    python-numpy; add python-numpy-1.
    
    Change-Id: Iab529bb547832bd56040cf4ea1cc414b14c37dd2
---
 gnu/packages/chemistry.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 9c408a047f..a05ab65206 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -1717,7 +1717,7 @@ Tanimoto scoring.")
            rapidjson
            tar))
     (propagated-inputs
-     (list python-numpy python-cairocffi python-pillow))
+     (list python-numpy-1 python-cairocffi python-pillow))
     (home-page "https://rdkit.org/";)
     (synopsis "Collection of cheminformatics software")
     (description "RDKit is a C++ and Python library for cheminformatics, which

Reply via email to