From 83408feddc6a4c3d623ac0efdfee76c26239d7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Wed, 18 Oct 2023 15:52:54 +0200 Subject: [PATCH] update dev env --- environment-dev.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/environment-dev.yml b/environment-dev.yml index b1cd936..4afecea 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -3,6 +3,14 @@ channels: - conda-forge - bioconda dependencies: + - pip>=20.2.3 + - biopython>=1.78 + - polars==0.16.17 + - gtfparse + - numpy>=1.23.3 + - pandas>=1.4.4 + - python>=3.6, <=3.10 + - pyarrow - black - coverage - flake8