Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LANG: python 3.9 update (amplicon) #229

Closed
wants to merge 7 commits into from
36 changes: 19 additions & 17 deletions 2024.5/amplicon/passed/seed-environment-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ channels:
- bioconda
- defaults
dependencies:
- biom-format=2.1.14
- h5py=3.8.0
- hdf5=1.14.0
- mafft=7.520
- matplotlib=3.6.0
- biom-format=2.1.15
- h5py=3.11.0
- hdf5=1.14.3
- mafft=7.525
lizgehret marked this conversation as resolved.
Show resolved Hide resolved
- matplotlib=3.8.4
- notebook=6.5.5
- numpy=1.24.4
- pandas=1.5.3
- parsl=2023.12.04
- patsy=0.5.3
- pillow=9.4.0
- python=3.8
- numpy=1.26.4
- pandas=2.2.2
- parsl=2024.4.15
- patsy=0.5.6
- pillow=10.3.0
- python=3.9.19
- python_abi=3.9
- q2-alignment=2024.5.0.dev0+1.g3a9c58b
- q2-composition=2024.5.0.dev0
- q2-cutadapt=2024.5.0.dev0
Expand All @@ -42,13 +43,14 @@ dependencies:
- q2galaxy=2024.5.0.dev0+2.ga124fa1
- q2templates=2024.5.0.dev0
- qiime2=2024.5.0.dev0+2.g27f5ec0
- r-base=4.2.2
- r-base=4.3.3
- r-reticulate=1.36.0
- rescript=2024.5.0.dev0+3.g6e87cfe
- scikit-bio=0.5.8
- scikit-learn=0.24.1
- scipy=1.10.0
- seaborn=0.12.2
- unifrac-binaries=1.3.2
- scikit-bio=0.6.0
- scikit-learn=1.4.2
- scipy=1.13.0
- seaborn=0.13.2
lizgehret marked this conversation as resolved.
Show resolved Hide resolved
- unifrac-binaries=1.4
- unifrac=1.3
extras:
variant_override:
Expand Down
Loading