Skip to content

Commit

Permalink
pin dependences for default env
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsramen committed Jan 21, 2024
1 parent a78121a commit 7eccac9
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.20
- 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 7eccac9

Please sign in to comment.