Freeze deps for deploy
Closes #93 (closed)
This PR feature pinpointed envs to deploy Daiquiri with different version of BLISS.
The main idea is to create a recipe once, and deploy many.
-
h5py
was installed with pip because it i much more easy (conda is a nightmare) - Only BLISS
1.10.0
and1.10.1
are supported. It's easy to add new -
master
stiff use the default requirements files
I used this files on the branch 2023.3
.
Ansible is able to deploy the right recipe based on that files, as it is done for the CI.
This should also speed up the CI.
Edited by Valentin Valls