-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (28 loc) · 832 Bytes
/
requirements.txt
File metadata and controls
33 lines (28 loc) · 832 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
# ============================================================
# Requirements — XMM-Newton Anomaly Detection (TFG Portfolio)
# Python 3.10+
#
# Install:
# pip install -r requirements.txt
#
# For GPU (CUDA 12.x), replace the torch line with:
# pip install torch==2.9.1 --index-url https://download.pytorch.org/whl/cu121
# ============================================================
# --- Deep Learning ---
torch>=2.3.0
# --- Data & Scientific Computing ---
numpy>=1.26.0
pandas>=2.1.0
scipy>=1.12.0
scikit-learn>=1.4.0
pyarrow>=14.0.0 # parquet I/O
# --- Visualisation ---
matplotlib>=3.8.0
seaborn>=0.13.0
# --- Utilities ---
tqdm>=4.66.0
networkx>=3.2.0 # signal-graph analysis
# --- Notebook & Data Files ---
jupyter>=1.0.0
ipykernel>=6.29.0
openpyxl>=3.1.0 # read ground-truth .xlsx labels