forked from biotite-dev/biotite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
46 lines (43 loc) · 905 Bytes
/
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
# Conda environment, that includes all packages that are necessary for
# the complete Biotite development process.
name: biotite-dev
channels:
- anaconda
- conda-forge
- salilab
- bioconda
dependencies:
- python =3.10
# Package building
- cython >=3.0
- pip >=10.0
- setuptools >=30.0
- wheel >=0.30
# Biotite dependencies
- msgpack-python >=0.5.6
- networkx >=2.0
- numpy >=1.15, <2.0
- requests >=2.12
# Testing
- mdtraj >=1.9.3
- pytest >=5.2
# Interfaced software in biotite.application
- autodock-vina
- clustalo
- dssp
- mafft
- muscle =3
- sra-tools
- tantan
- viennarna >=2.5.0
# Documentation building
- matplotlib >=3.3
- numpydoc >=0.8
- sphinx >=5.0
- sphinxcontrib-bibtex >=2.3
- sphinx-gallery =0.15.0
# Extra packages used in example gallery
- pandas >=1.5.2
- pydot >=1.4
- scikit-learn >=0.18
- scipy >=1.8.0