-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
55 lines (54 loc) · 1.09 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file may be used to create an environment using:
# $ conda env create --name <env> --file <this file>
# platform: linux-64
# conda create -c conda-forge -c bioconda -n <env name> --file <this file>
# - conda-forge
name: gpf
channels:
- conda-forge
- bioconda
- iossifovlab
dependencies:
- python=3.11
- importlib_metadata=7.1
- pysam=0.22
- htslib=1.18
- samtools=1.18
- bcftools=1.18
- pyliftover=0.4
- lark-parser=0.6.7
- networkx=2.8.5
- numpy=1.26
- scipy=1.13
- scikit-learn=1.5
- matplotlib-base=3.8
- seaborn=0.13
- pandas=2.1
- pyarrow=16.1
- fsspec=2024.6
- s3fs=2024.6
- dask=2024.6
- python-box=7.1
- setuptools=70.3
- sqlalchemy=2.0.21
- sqlite=3.45
- django=4.2.16
- django-cors-headers=4.4
- djangorestframework=3.15.2
- django-oauth-toolkit=2.4
- deprecation=2.1
- toml=0.10
- cerberus=1.3
- jinja2=3.1.4
- toolz=0.12
- markdown2=2.4
- python-duckdb=1.1.2
- duckdb-cli=1.1.2
- sqlglot=25
- polars=1.2
- sentry-sdk=2.12
- pybigwig=0.3
- pyzstd=0.16
- gunicorn=22.0
- mysqlclient=2.2
- pydantic=2.8.2