1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: rdkit: Use python-numpy@1.

* gnu/packages/chemistry.scm (rdkit)[propagated-inputs]: Remove
python-numpy; add python-numpy-1.

Change-Id: Iab529bb547832bd56040cf4ea1cc414b14c37dd2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sharlatan Hellseher
2026-01-04 09:19:47 +00:00
committed by Rutherther
parent 0c9929cba8
commit b54008bb08

View File

@@ -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