From 419bfcf1afa5e2e8d63367ff25a7f358d391f266 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Sat, 13 May 2023 13:05:49 +0200 Subject: [PATCH] add environment file --- environment.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..9989e3c --- /dev/null +++ b/environment.yml @@ -0,0 +1,5 @@ +channels: + - conda-forge +dependencies: + - python==3.10 + - evalhyd-python -- GitLab