h5py depency issue
Hi,
Trying to pip install acc-app-optimisation on a venv from acc-py 2023.06.01 which uses python 3.11.7. I get an error when h5py is getting installed which seems to be from a hard requirement on one of the environments. Bellow what I think is the relevant part of my pip output
│ │ reqs_to_build = [ │ │
│ │ │ <InstallRequirement object: │ │
│ │ linac3-lebt-tuning<2,>=1.0.2 from │ │
│ │ file:///tmp/pip-ephem-wheel-cache-t2li6bvj/wheels/52/… │ │
│ │ (from acc-app-optimisation) editable=False>, │ │
│ │ │ <InstallRequirement object: h5py~=3.6.0 from │ │
│ │ https://acc-py-repo.cern.ch/repository/vr-py-releases… │ │
│ │ (from sps-blowup<2,>=1.0.2->acc-app-optimisation) │ │
│ │ editable=False> │ │
│ │ ] │ │
what do you think?