-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yml
40 lines (36 loc) · 892 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
###############################################################################
#
# Software to be installed in the environment
#
# AUTHOR: Maciej_Bak
# AFFILIATION: University_of_Basel
# AFFILIATION: Swiss_Institute_of_Bioinformatics
# CONTACT: [email protected]
# CREATED: 20-07-2020
# LICENSE: MIT
#
###############################################################################
---
name: moranpycess-dev
channels:
- conda-forge
dependencies:
- black>=22.6.0
- coverage>=6.0
- flake8>=5.0.4
- flake8-docstrings>=1.7.0
- flake8-isort>=6.0.0
- jupyterlab>=3.3.4
- make>=4.3
- matplotlib>=3.3.4
- numpy>=1.19.5
- pandas>=1.1.5
- pre-commit >= 3.2.1
- pytest>=6.2.5
- python>=3.6.15
- recommonmark>=0.7.1
- scipy>=1.5.3
- seaborn>=0.11.2
- sphinx>=5.1.1
- sphinx_rtd_theme>=1.2.2
...