Skip to content

Commit

Permalink
updated conda reqs. fixes #241
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed May 23, 2023
1 parent 756632d commit 5fb8c12
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions requirements-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fb8c12

Please sign in to comment.