-
Notifications
You must be signed in to change notification settings - Fork 227
Expand file tree
/
Copy pathenvironment.yml
More file actions
36 lines (36 loc) · 900 Bytes
/
environment.yml
File metadata and controls
36 lines (36 loc) · 900 Bytes
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
name: relion-5.0
channels:
- conda-forge
dependencies:
- pip
- python=3.10
- setuptools=59.5.0
- pip:
- torch==2.0.1
- torchvision==0.15.2
- tqdm==4.65.0
- mrcfile==1.4.3
- starfile>=0.5.6
- loguru==0.7.0
- scikit-learn==1.3.0
- umap-learn==0.5.3
- matplotlib==3.7.2
- morphosamplers==0.0.13
- pydantic==1.10.18
- napari[all]==0.4.18
- tsnecuda==3.0.1
- PyQt5==5.15.9
- typer==0.9.0
- click<8.2.0
- biopython==1.81
- fastcluster==1.2.6
- seaborn==0.12.2
- dill==0.3.7
- numpy==1.26.1
- scipy==1.11.2
- git+https://github.com/3dem/relion-classranker
- git+https://github.com/3dem/relion-blush
- git+https://github.com/3dem/DynaMight
- git+https://github.com/3dem/topaz
- git+https://github.com/3dem/model-angelo
- ".[vis]"