From 69813ba796d25663b55c6d36742159c9f348ea66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Wed, 16 Oct 2024 18:01:28 +0200 Subject: [PATCH] Update requirements.txt --- README.md | 5 +++++ requirements.txt | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 91aede0..0af3a53 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ _Author: MichaƂ Denkiewicz (michal.denkiewicz@pw.edu.pl)_ This repository is a supplement to the [PAPER INFO HERE] manuscript. +The code was tested on Python 3.10.14, to install the required packages use: +``` +pip install -r requirements.txt +``` + ## Analysis code The Following notebooks contain the code for data analysis of the raw cKNOTs results. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ac420fb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +matplotlib==3.7.5 +networkx==3.3 +numpy==1.25.2 +pandas==2.2.3 +polychrom==0.1.1 +python_igraph==0.11.6 +pyvista==0.44.1 +seaborn==0.13.2 +structuregenerator==0.5 +tqdm==4.65.2 +pyranges=0.1.2 +