summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-21 21:49:34 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-21 22:07:51 +0000
commita835ef1cbe547a66a7bced2f6d33d159b48cb893 (patch)
treea59655621e0e2d7f169a67b6b1e51b97dd9d91c5 /gnu/packages/python-science.scm
parent0c0c2d88150c8e42722cf91bd17d63ce71313c1f (diff)
gnu: python-mpl-scatter-density: Fix buld.
* gnu/packages/python-science.scm (python-mpl-scatter-density): [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ica320293019ae3e88e2b0654e356bc4d1be50626
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d6d5b21609a..8b461c5e4cc 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -957,15 +957,17 @@ spheres, cubes, etc.")
957 (list 957 (list
958 ;; See <https://github.com/astrofrog/mpl-scatter-density/issues/42>. 958 ;; See <https://github.com/astrofrog/mpl-scatter-density/issues/42>.
959 #:test-flags #~(list "-k" "not test_default_dpi"))) 959 #:test-flags #~(list "-k" "not test_default_dpi")))
960 (propagated-inputs
961 (list python-fast-histogram
962 python-matplotlib
963 python-numpy))
964 (native-inputs 960 (native-inputs
965 (list python-pytest 961 (list python-pytest
966 python-pytest-cov 962 python-pytest-cov
967 python-pytest-mpl 963 python-pytest-mpl
968 python-setuptools-scm)) 964 python-setuptools
965 python-setuptools-scm
966 python-wheel))
967 (propagated-inputs
968 (list python-fast-histogram
969 python-matplotlib
970 python-numpy))
969 (home-page "https://github.com/astrofrog/mpl-scatter-density") 971 (home-page "https://github.com/astrofrog/mpl-scatter-density")
970 (synopsis "Matplotlib helpers to make density scatter plots") 972 (synopsis "Matplotlib helpers to make density scatter plots")
971 (description 973 (description