File size: 554 Bytes
8136541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core FL Framework
flwr==1.10.0
flwr-datasets==0.3.0

# Deep Learning
torch==2.0.1
torchvision==0.15.2
torchaudio==2.0.2

# Data Processing & Analysis
numpy==1.24.3
pandas==2.0.3
scikit-learn==1.3.0
scipy==1.11.1

# Visualization
matplotlib==3.7.2
seaborn==0.12.2

# Network & System
psutil==5.9.5
requests==2.31.0

# Development Tools (optional but recommended)
jupyter==1.0.0
ipython==8.14.0
tqdm==4.65.0

# For Windows compatibility
pywin32==306; sys_platform == 'win32'

# For Linux compatibility
python-dotenv==1.0.0