-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (40 loc) · 1.06 KB
/
requirements.txt
File metadata and controls
50 lines (40 loc) · 1.06 KB
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
# SynFrag Requirements
# Usage: pip install -r requirements.txt
# Python 3.8+ | Virtual environment recommended
# GPU: pip install torch --index-url https://download.pytorch.org/whl/cu102
# Notification:
# Some packages may require specific system library support
# Recommended to be installed in a virtual environment
# If you encounter installation problems, please refer to the project documentation
# Deep Learning
torch>=1.12.0
torch-cluster>=1.6.0
torch-geometric>=2.3.0
torch-scatter>=2.1.0
torch-sparse>=0.6.15
torch-spline-conv>=1.2.1
torchmetrics>=1.1.0
# Graph Neural Networks
dgl>=0.6.1
dgllife>=0.2.9
# Cheminformatics
rdkit>=2022.3.0
deepchem>=2.6.0
# Scientific Computing
numpy>=1.21.0,<2.0.0
pandas>=1.3.0,<3.0.0
scipy>=1.7.0,<2.0.0
scikit-learn>=1.0.0,<2.0.0
# Visualization
matplotlib>=3.5.0
seaborn>=0.12.0
pillow>=9.0.0
# Data Processing
openpyxl>=3.1.0
requests>=2.31.0
tqdm>=4.60.0
pyyaml>=6.0.0
# Optional: TensorFlow (comment out if not needed)
# tensorflow>=2.10.0,<3.0.0
# Performance
numba>=0.57.0