diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-22 18:30:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:23:29 +0000 |
commit | e5a6faeb123c92678d941d6dd7dca3dd8c5c95e7 (patch) | |
tree | 369076dd040eeb1d84cd22fb1921010ee8d12fb5 /gnu/packages/python-science.scm | |
parent | b0b7fc0484d84885bde88e70ac4f429139a0188b (diff) |
gnu: Remove python-typeguard-4.
* gnu/packages/python-xyz.scm (python-typeguard-4): Delete variable.
* gnu/packages/python-check.scm (python-icontract) [native-inputs]:
Remove python-typeguard-4; add python-typeguard.
* gnu/packages/python-science.scm (python-pandera) [propagated-inputs]:
Remove python-typeguard-4; add python-typeguard.
Change-Id: Ie20deee06629452c804fa6f62b1bd1f67038bc86
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b188f113ae..42a64aed6e 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1410,7 +1410,7 @@ idea of the remaining amount of computation to be done.") python-pandas-stubs ;mypy extra python-pydantic python-scipy ;hypotheses extra - python-typeguard-4 + python-typeguard python-typing-inspect python-wrapt)) (native-inputs (list python-dask ;dask extra |