Skip to content

Commit

Permalink
dep: remove version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jul 16, 2024
1 parent 3344de0 commit ed5cdd0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ channels:
- bioconda
- defaults
dependencies:
- click>=7.0
- numpy>=1.17.5
- pandas>=1.0.0
- pip>=20.0.2
- pysam>=0.15.4
- python>=3.10
- scipy>=1.4.1
- statsmodels>=0.11.0
- matplotlib>=3.1.1
- tqdm>=4.45.0
- kneed>=0.7.0
- sphinx-click>=0.7.0
- biopython>=1.78
- click
- numpy
- pandas
- pip
- pysam
- python
- scipy
- statsmodels
- matplotlib
- tqdm
- kneed
- sphinx-click
- biopython
- numba

0 comments on commit ed5cdd0

Please sign in to comment.