From f388cc63ea4325e14d9ce0aee991a50639b8cd1a Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Fri, 6 Nov 2020 15:28:52 +0100
Subject: [PATCH] .gitlab-ci.yml: add the new packages used

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a93f02..e20709e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,11 +8,14 @@ before_script:
   - apt-get install -y zlib1g-dev
   - pip install coverage
   - pip install matplotlib==3.1.2
+  - pip install numpy==1.17.4
   - pip install pandas==1.0.3
   - pip install pyBigWig==0.3.17
   - pip install seaborn==0.10.1
   - pip install tqdm==4.47.0
   - pip install lazyparser==0.2.0
+  - pip install pyfaidx==0.5.7
+  - pip install biopython==1.75
 
 
 tests:
-- 
GitLab