From 0ce6b05aa17b6bef0e9200796baa2b6385772fb6 Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Fri, 2 Jun 2023 14:20:54 +0200 Subject: [PATCH] * geode/packages/annotations.scm: Follow recent python packages moves in official channel. --- geode/packages/annotation.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/geode/packages/annotation.scm b/geode/packages/annotation.scm index 7d4f83a..eca3c9f 100644 --- a/geode/packages/annotation.scm +++ b/geode/packages/annotation.scm @@ -13,6 +13,8 @@ #:select (python-pytorch python-scikit-learn)) #:use-module ((gnu packages protobuf) #:select (python-protobuf)) + #:use-module ((gnu packages python-build) + #:select (python-typing-extensions)) #:use-module ((gnu packages python-check) #:select (python-mypy python-pytest-rerunfailures)) #:use-module ((gnu packages python-crypto) @@ -53,17 +55,17 @@ python-numpy python-packaging python-pathlib2 - python-pre-commit python-preshed python-pydantic python-shellingham python-six python-tqdm python-typer - python-typing-extensions python-wasabi)) #:use-module ((gnu packages serialization) #:select (python-ruamel.yaml)) + #:use-module ((gnu packages version-control) + #:select (python-pre-commit)) #:use-module ((gnu packages xml) #:select (python-lxml)) #:use-module ((guix build-system haskell) -- GitLab