summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index dba4a07b750..f73e9e66fdb 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1812,7 +1812,6 @@ pandas code.")
1812 #:test-flags #~(list "-k" "not test_default_dpi"))) 1812 #:test-flags #~(list "-k" "not test_default_dpi")))
1813 (native-inputs 1813 (native-inputs
1814 (list python-pytest 1814 (list python-pytest
1815 python-pytest-cov
1816 python-pytest-mpl 1815 python-pytest-mpl
1817 python-setuptools 1816 python-setuptools
1818 python-setuptools-scm 1817 python-setuptools-scm
@@ -2377,7 +2376,7 @@ workflows.")
2377 (build-system pyproject-build-system) 2376 (build-system pyproject-build-system)
2378 (propagated-inputs (list python-numpy)) 2377 (propagated-inputs (list python-numpy))
2379 (native-inputs 2378 (native-inputs
2380 (list python-pytest python-pytest-cov python-setuptools python-wheel)) 2379 (list python-pytest python-setuptools python-wheel))
2381 (home-page "https://github.com/dgasmith/opt_einsum") 2380 (home-page "https://github.com/dgasmith/opt_einsum")
2382 (synopsis "Optimizing numpys einsum function") 2381 (synopsis "Optimizing numpys einsum function")
2383 (description 2382 (description
@@ -3809,7 +3808,6 @@ SLURM jobs (meant for internal use by python-snakemake-executor-plugin-slurm).")
3809 (native-inputs 3808 (native-inputs
3810 (list python-dask 3809 (list python-dask
3811 python-pytest 3810 python-pytest
3812 python-pytest-cov ; runs by default
3813 python-setuptools 3811 python-setuptools
3814 python-setuptools-scm)) 3812 python-setuptools-scm))
3815 (home-page "https://github.com/pydata/sparse/") 3813 (home-page "https://github.com/pydata/sparse/")
@@ -4788,8 +4786,7 @@ NumPy and does not depend on C++ ROOT.")
4788 (propagated-inputs 4786 (propagated-inputs
4789 (list python-matplotlib python-pandas)) 4787 (list python-matplotlib python-pandas))
4790 (native-inputs 4788 (native-inputs
4791 (list python-pytest-runner python-pytest-cov 4789 (list python-pytest-runner python-setuptools python-wheel))
4792 python-setuptools python-wheel))
4793 (home-page "https://upsetplot.readthedocs.io") 4790 (home-page "https://upsetplot.readthedocs.io")
4794 (synopsis "Draw UpSet plots with Pandas and Matplotlib") 4791 (synopsis "Draw UpSet plots with Pandas and Matplotlib")
4795 (description 4792 (description
@@ -5872,7 +5869,6 @@ visual integration of spatially referenced datasets.")
5872 python-numpy 5869 python-numpy
5873 python-pyqt-6 5870 python-pyqt-6
5874 python-pytest 5871 python-pytest
5875 python-pytest-cov
5876 python-pytest-qt 5872 python-pytest-qt
5877 python-setuptools 5873 python-setuptools
5878 python-sphinx-gallery 5874 python-sphinx-gallery
@@ -6245,7 +6241,6 @@ compagnies.")
6245 python-pytest 6241 python-pytest
6246 python-pytest-asyncio 6242 python-pytest-asyncio
6247 python-pytest-benchmark 6243 python-pytest-benchmark
6248 python-pytest-cov
6249 python-pytest-mock 6244 python-pytest-mock
6250 python-pytest-sugar 6245 python-pytest-sugar
6251 python-reflink 6246 python-reflink
@@ -6284,7 +6279,6 @@ abstractions to use in dvc and dvc-data.")
6284 (list python-click 6279 (list python-click
6285 python-pytest 6280 python-pytest
6286 python-pytest-benchmark 6281 python-pytest-benchmark
6287 python-pytest-cov
6288 python-pytest-mock 6282 python-pytest-mock
6289 ;; python-pytest-servers is not packaged in Guix yet 6283 ;; python-pytest-servers is not packaged in Guix yet
6290 python-setuptools 6284 python-setuptools