-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
58 lines (50 loc) · 2 KB
/
Copy pathrequirements.txt
File metadata and controls
58 lines (50 loc) · 2 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
51
52
53
54
55
56
57
58
# SynDX: XAI-Guided Parameter Space Exploration
# Python dependencies for vestibular domain implementation
# with commercial-grade academic visualizations
# ============================================================================
# CORE SCIENTIFIC COMPUTING
# ============================================================================
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0
# ============================================================================
# MACHINE LEARNING & XAI
# ============================================================================
scikit-learn>=1.0.0
xgboost>=1.7.0
shap>=0.40.0
# ============================================================================
# VISUALIZATION (Publication-Quality)
# ============================================================================
matplotlib>=3.4.0,<4.0.0
seaborn>=0.11.0,<1.0.0
# For high-quality figure export
pillow>=9.0.0
pypdf>=3.0.0
# ============================================================================
# UTILITIES
# ============================================================================
tqdm>=4.62.0
# ============================================================================
# OPTIONAL: Development & Testing
# ============================================================================
# Uncomment for development
# pytest>=7.0.0
# pytest-cov>=3.0.0
# black>=22.0.0
# flake8>=4.0.0
# mypy>=0.950
# ============================================================================
# OPTIONAL: Jupyter Notebook Support
# ============================================================================
# Uncomment for notebook usage
# jupyter>=1.0.0
# ipykernel>=6.0.0
# notebook>=6.4.0
# ============================================================================
# VERSION COMPATIBILITY
# ============================================================================
# Tested with:
# - Python 3.13 (also 3.8-3.11)
# - Windows 10/11, Linux (Ubuntu 20.04+), macOS 11+
# ============================================================================