Skip to content
Snippets Groups Projects
Commit 0ce6b05a authored by Alice Brenon's avatar Alice Brenon
Browse files

* geode/packages/annotations.scm: Follow recent python packages moves in

  official channel.
parent 2a1695e3
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#:select (python-pytorch python-scikit-learn)) #:select (python-pytorch python-scikit-learn))
#:use-module ((gnu packages protobuf) #:use-module ((gnu packages protobuf)
#:select (python-protobuf)) #:select (python-protobuf))
#:use-module ((gnu packages python-build)
#:select (python-typing-extensions))
#:use-module ((gnu packages python-check) #:use-module ((gnu packages python-check)
#:select (python-mypy python-pytest-rerunfailures)) #:select (python-mypy python-pytest-rerunfailures))
#:use-module ((gnu packages python-crypto) #:use-module ((gnu packages python-crypto)
...@@ -53,17 +55,17 @@ ...@@ -53,17 +55,17 @@
python-numpy python-numpy
python-packaging python-packaging
python-pathlib2 python-pathlib2
python-pre-commit
python-preshed python-preshed
python-pydantic python-pydantic
python-shellingham python-shellingham
python-six python-six
python-tqdm python-tqdm
python-typer python-typer
python-typing-extensions
python-wasabi)) python-wasabi))
#:use-module ((gnu packages serialization) #:use-module ((gnu packages serialization)
#:select (python-ruamel.yaml)) #:select (python-ruamel.yaml))
#:use-module ((gnu packages version-control)
#:select (python-pre-commit))
#:use-module ((gnu packages xml) #:use-module ((gnu packages xml)
#:select (python-lxml)) #:select (python-lxml))
#:use-module ((guix build-system haskell) #:use-module ((guix build-system haskell)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment