forked from datamol-io/datamol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.yml
58 lines (51 loc) · 778 Bytes
/
env.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
channels:
- conda-forge
dependencies:
- python >=3.7
- pip
- tqdm
- loguru
- joblib
- fsspec >=2021.9
- s3fs >=2021.9
- gcsfs >=2021.9
- appdirs
- packaging
# Scientific
- pandas
- numpy
- scipy
- pillow
- matplotlib
- scikit-learn
# Chemistry
- rdkit >=2021.09
- selfies
# Optional deps
- openpyxl
- networkx
- nglview
- ipywidgets
- xlsxwriter
# Dev
- pytest >=6.0
- pytest-cov
- black >=20.8b1
- jupyterlab
- mypy
- codecov
# Doc
- mkdocs
- mkdocs-material >=7.1.1
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- markdown-include
- mdx_truly_sane_lists
- mike >=1.0.0
# Releasing tools
- rever >=0.4.5
- conda-smithy
- twine
- build