Skip to content
Snippets Groups Projects
Commit 8a9dc6ee authored by David Hammer's avatar David Hammer
Browse files

Set h5py version, add xarray

parent fe041fa3
No related branches found
No related tags found
2 merge requests!85Draft: Add simple tests for generated scenes,!82Move geometry devices, some utilities to own repositories
This commit is part of merge request !82. Comments created here will be created in the context of that merge request.
PYPI = pip install --index-url "https://devpi.exfldadev01.desy.de/root/pypi"
PROXIED = pip install --proxy "http://exflproxy01.desy.de:3128"
.PHONY: all cupy jinja2 h5py extra-geom calng
.PHONY: all cupy jinja2 h5py xarray extra-geom posixshmem calng
all: calng
......@@ -11,8 +11,12 @@ cupy:
jinja2:
$(PYPI) Jinja2==3.1.2
# version: follow minimum used by EXtra-data
h5py:
$(PYPI) h5py
$(PYPI) h5py>=2.10
xarray:
$(PYPI) xarray
extra-geom:
$(PYPI) extra_geom==1.11.0
......
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