-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.yml
More file actions
45 lines (42 loc) · 896 Bytes
/
requirements.yml
File metadata and controls
45 lines (42 loc) · 896 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
37
38
39
40
41
42
43
44
45
name: StructureMASST_env
channels:
- conda-forge
- bioconda
- defaults
dependencies:
# Core
- python=3.12
- pandas=2.2.*
- numpy>=1.26.4
- pyarrow>=15
- requests>=2.31
- requests-cache>=1.2
- tqdm>=4.66
- streamlit>=1.45
- lxml>=5.2
- beautifulsoup4>=4.12
- anytree>=2.12
- matplotlib
- networkx
- pillow
- pyteomics>=4.6
- ete3
- psycopg2
- black
- pytest
# Nextflow & Java (for nextflow)
- openjdk=11
- nextflow
# RDKit: prefer conda-forge build (stable & fast)
- rdkit=2024.09.6
- pip
- pip:
- formula_validation
- wikidata-dl
- git+https://github.com/Wang-Bioinformatics-Lab/GNPSDataPackage.git
- dash_extensions
- python-dotenv
- streamlit_ketcher
- umami-analytics
- celery==5.2.2
- redis