-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (35 loc) · 1.62 KB
/
Copy pathrequirements.txt
File metadata and controls
46 lines (35 loc) · 1.62 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
# ═══════════════════════════════════════════════════════════════
# Project Confluence — Dependencies
# ═══════════════════════════════════════════════════════════════
# Core Scientific
numpy>=1.24.0
scipy>=1.10.0
pandas>=2.0.0
# ODE / Dynamical Systems
# (scipy.integrate.solve_ivp — included in scipy)
# Bayesian Inference
emcee>=3.1.0 # MCMC ensemble sampler
corner>=2.2.0 # Posterior visualization
# Complexity Metrics (optional — pure-Python fallback included)
nolds>=0.6.1 # Lyapunov exponents, correlation dimension
antropy>=0.1.6 # Multiscale entropy, fractal dimension
# Optimization
optuna>=3.0.0 # Bayesian optimization for RADO engine
# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
# Machine Learning (for bioinformatics miner)
scikit-learn>=1.3.0
# Bioinformatics APIs
requests>=2.28.0 # cBioPortal REST API
# Structural Biology (AlphaFold integration)
biopython>=1.83 # PDB/mmCIF parsing for AlphaFold structures
# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
# Nigeria Guidelines RAG (optional — enables NSTG 2022 integration)
# License: Dataset is CC-BY-4.0 (Federal Ministry of Health, Nigeria)
sentence-transformers>=2.2.0 # Embedding model for semantic retrieval
faiss-cpu>=1.7.0 # Vector similarity search index
datasets>=2.14.0 # HuggingFace dataset loader