Skip to content

Commit

Permalink
Merge pull request #61 from biocore/pin-deps-2024
Browse files Browse the repository at this point in the history
Pin dependences for default env
  • Loading branch information
gibsramen authored Jan 24, 2024
2 parents ebb8b59 + e61a5c1 commit c36f200
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions qadabra/workflow/envs/qadabra-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ channels:
- conda-forge
- bioconda
dependencies:
- pandas
- numpy
- matplotlib
- seaborn
- scipy
- scikit-bio
- scikit-learn
- bokeh
- biom-format
- upsetplot
- pandas==2.2.0
- numpy==1.26.3
- matplotlib==3.8.2
- seaborn==0.13.1
- scipy==1.11.4
- scikit-bio==0.5.8
- scikit-learn==1.4.0
- bokeh==3.3.3
- biom-format==2.1.15
- upsetplot==0.8.0

0 comments on commit c36f200

Please sign in to comment.