From 5fb8c127ce4148c0332541aa7d21dc0c78d7069e Mon Sep 17 00:00:00 2001 From: ayobi <17304717+ayobi@users.noreply.github.com> Date: Tue, 23 May 2023 16:17:30 -0400 Subject: [PATCH] updated conda reqs. fixes #241 --- requirements-conda.yml | 43 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/requirements-conda.yml b/requirements-conda.yml index d0db13c..22cf371 100644 --- a/requirements-conda.yml +++ b/requirements-conda.yml @@ -374,25 +374,24 @@ dependencies: - zlib=1.2.11=h36c2ea0_1013 - zstd=1.5.0=ha95c52a_0 - pip: - - bio==1.3.2 - - biopython==1.79 - - biothings-client==0.2.6 - - certifi==2021.10.8 - - charset-normalizer==2.0.7 - - codecov==2.1.12 - - divvy==0.5.0 - - eido==0.1.5 - - hypothesis==4.38.0 - - idna==3.3 - - logmuse==0.2.7 - - looper==1.3.1 - - mygene==3.2.2 - - pandas==1.3.4 - - pararead==0.7.0 - - pyrsistent==0.18.0 - - pysam==0.17.0 - - pyyaml==6.0 - - refgenconf==0.12.1 - - requests==2.26.0 - - setuptools==58.4.0 - - tqdm==4.62.3 + - bio>=1.3.2 + - biopython>=1.79 + - biothings-client>=0.2.6 + - certifi>=2021.10.8 + - charset-normalizer>=2.0.7 + - divvy>=0.5.0 + - eido>=0.1.5 + - hypothesis>=4.38.0 + - idna>=3.3 + - logmuse>=0.2.7 + - looper>=1.3.1 + - mygene>=3.2.2 + - pandas>=1.3.4 + - pararead>=0.7.0 + - pyrsistent>=0.18.0 + - pysam>=0.17.0 + - pyyaml>=6.0 + - refgenconf>=0.12.1 + - requests>=2.26.0 + - setuptools>=58.4.0 + - tqdm>=4.62.3