From 129c481813f44edd90395b8c8d0392d3e64b5d06 Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Thu, 14 Dec 2023 17:39:49 +0100 Subject: [PATCH] method: MULTILAYER - environment only --- method/MULTILAYER/environment.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 method/MULTILAYER/environment.yml diff --git a/method/MULTILAYER/environment.yml b/method/MULTILAYER/environment.yml new file mode 100644 index 00000000..c6d9d24c --- /dev/null +++ b/method/MULTILAYER/environment.yml @@ -0,0 +1,21 @@ +name: MULTILAYER +channels: + - conda-forge + - defaults +dependencies: + # Python 3.8 recommended in MULTILAYER docs + - python=3.8.* + - pip=23.* + - pip: + # no dependency versions listed in MULTILAYER docs + # pinned versions are from installing via + # pypi-timemachine set for one day before last commit + - matplotlib==3.5.2 + - networkx==2.8.4 + - numpy==1.23.1 + - pandas==1.4.3 + - pillow==9.2.0 + - python-louvain==0.16 + - scikit-learn==1.1.1 + - scipy==1.8.1 + - seaborn==0.11.2