[cffaaa]: / requirements.txt

Download this file

28 lines (23 with data), 370 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
# Core dependencies
numpy>=1.19.5
pandas>=1.3.0
scipy>=1.7.0
scikit-learn>=0.24.2
# Deep Learning
torch>=1.9.0
jax>=0.2.25
jaxlib>=0.1.75
# Visualization
matplotlib>=3.4.2
seaborn>=0.11.1
plotly>=5.1.0
# Bioinformatics
biopython>=1.79
biotite>=0.29.0
# Jupyter environment
jupyter>=1.0.0
ipython>=7.26.0
# Development tools
black>=21.6b0
flake8>=3.9.2
pytest>=6.2.5