Skip to content
Snippets Groups Projects
Commit f388cc63 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: add the new packages used

parent 70c8c0f8
No related branches found
No related tags found
No related merge requests found
Pipeline #122 passed
...@@ -8,11 +8,14 @@ before_script: ...@@ -8,11 +8,14 @@ before_script:
- apt-get install -y zlib1g-dev - apt-get install -y zlib1g-dev
- pip install coverage - pip install coverage
- pip install matplotlib==3.1.2 - pip install matplotlib==3.1.2
- pip install numpy==1.17.4
- pip install pandas==1.0.3 - pip install pandas==1.0.3
- pip install pyBigWig==0.3.17 - pip install pyBigWig==0.3.17
- pip install seaborn==0.10.1 - pip install seaborn==0.10.1
- pip install tqdm==4.47.0 - pip install tqdm==4.47.0
- pip install lazyparser==0.2.0 - pip install lazyparser==0.2.0
- pip install pyfaidx==0.5.7
- pip install biopython==1.75
tests: tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment