From aae05ed02acca8054b909e076230c389a0da26a9 Mon Sep 17 00:00:00 2001 From: Attila Gabor Date: Mon, 18 Mar 2024 15:01:02 +0100 Subject: [PATCH] Create environment.yml --- environment.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..9c88daf --- /dev/null +++ b/environment.yml @@ -0,0 +1,12 @@ +name: backsub +channels: + - conda-forge + - defaults + - anaconda +dependencies: + - "python=3.12" + - "scipy=1.9.3" + - "pandas=2.1.1" + - pip + - pip: + - omnipath=1.0.8