Skip to content

Commit c36f200

Browse files
authored
Merge pull request #61 from biocore/pin-deps-2024
Pin dependences for default env
2 parents ebb8b59 + e61a5c1 commit c36f200

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

qadabra/workflow/envs/qadabra-default.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ channels:
22
- conda-forge
33
- bioconda
44
dependencies:
5-
- pandas
6-
- numpy
7-
- matplotlib
8-
- seaborn
9-
- scipy
10-
- scikit-bio
11-
- scikit-learn
12-
- bokeh
13-
- biom-format
14-
- upsetplot
5+
- pandas==2.2.0
6+
- numpy==1.26.3
7+
- matplotlib==3.8.2
8+
- seaborn==0.13.1
9+
- scipy==1.11.4
10+
- scikit-bio==0.5.8
11+
- scikit-learn==1.4.0
12+
- bokeh==3.3.3
13+
- biom-format==2.1.15
14+
- upsetplot==0.8.0

0 commit comments

Comments
 (0)