diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-29 10:21:30 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:48 +0100 |
| commit | 7dd5a44161e0ae6e28b8b57117766b88caed0361 (patch) | |
| tree | 4b5daf56b6f4efc655766807954bd9b891a36ed7 /gnu/packages/python-science.scm | |
| parent | a59f6e39eed1a85802cbe3babd233910efa0c434 (diff) | |
gnu: python-plotly: Use python-pytest-8.
* gnu/packages/python-science.scm (python-plotly):
[native-inputs]: Remove python-pytest; add python-pytest-8.
Change-Id: I6ae645843e661c60c05e40823a6c0b0330144d35
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 96d0f005f43..98322aeb568 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5245,7 +5245,7 @@ and more (define-public python-plotly (package (name "python-plotly") - (version "5.24.1") + (version "5.24.1") ;XXX: it's the last 5.X.X, released on <2024-09-12> (source (origin (method git-fetch) @@ -5336,7 +5336,7 @@ and more python-pillow python-psutil python-pyshp - python-pytest + python-pytest-8 python-pytz python-requests python-retrying |
