-
Notifications
You must be signed in to change notification settings - Fork 6
/
env.yml
65 lines (54 loc) · 876 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
59
60
61
62
63
64
65
channels:
- conda-forge
dependencies:
- python >=3.10
- pip
- tqdm
- loguru
- typer
- pyyaml
- pydantic >=2
- pydantic-settings >=2
- fsspec
- yaspin
- typing-extensions >=4.12.0
- boto3 >=1.35.0
# Hub client
- authlib
- httpx
# Download + Caching
- tenacity
- filelock
# Scientific
- numpy < 2 # We need to pin numpy to avoid issues with fastpdb/biotite.
- pandas
- scipy
- scikit-learn
- seaborn
# Chemistry
- datamol >=0.12.1
# Storage
- zarr
- pyarrow
# Optional
- gcsfs
# Dev
- pytest
- pytest-xdist
- pytest-cov
- ruff
- jupyterlab
- ipywidgets
- moto >=5.0.0
# Doc
- mkdocs
- mkdocs-material >=9.4.7
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter >=0.24.8
- markdown-include
- mdx_truly_sane_lists
- nbconvert
- mike >=1.0.0
- pip:
- fastpdb