forked from kipoi/kipoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements-py36.yml
59 lines (59 loc) · 1.02 KB
/
dev-requirements-py36.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
56
57
58
59
name: kipoi-dev
channels:
- bioconda
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.6
# general packages
# - git-lfs
# General
- numpy>=1.13.0
- pandas
- pytest>=3.3.1
- pytest-xdist
- pytest-sugar
- pytest-cov>=2.6.1
- deprecation>=2.0.6
#- coveralls
- h5py>=2.7.0
- scipy>=1.0.0
- attrs>=18.2.0
- matplotlib
- tinydb>=3.12.2
# Bio
- pybigwig>=0.3.10
# could not pin pydedtools ins conda
- pybedtools>=0.7.10
- pyvcf>=0.6.8
- pysam>=0.14.0
- pyfaidx>=0.5.5.2
- cyvcf2>=0.8.4
- bedtools>=2.27.1
- htslib>=1.7
- genomelake>=0.1.4
# ML
- scikit-learn>=0.19.1,<=0.22
- tensorflow>=1.4.0
- pytorch-cpu>=0.3.1
- keras>=2.2.4
# for plugins (double check)
- fastparquet
- zarr
- numcodecs
# singularity
#- singularity
- git
- git-lfs
- cookiecutter>=1.6.0
- wheel
- gitpython
- pip
- pip:
- kipoi-utils>=0.3.8
- kipoi-conda>=0.1.6
- kipoi-interpret>=0.1.2
- kipoi-veff>=0.3.0
- kipoiseq>=0.2.3
- concise>=0.6.5