-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (40 loc) · 655 Bytes
/
requirements.txt
File metadata and controls
49 lines (40 loc) · 655 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Core libraries
numpy==1.24.3
pandas==2.0.3
matplotlib==3.7.2
scipy==1.11.2
scikit-learn==1.3.0
# Deep Learning
tensorflow==2.12.0
torch==2.0.1
torchvision==0.15.2
# Reinforcement Learning
gymnasium==0.28.1
stable-baselines3==2.0.0
# Computer Vision
opencv-python==4.8.0.76
pillow==10.0.0
# Data Visualization
plotly==5.15.0
dash==2.11.1
seaborn==0.12.2
# Geospatial
folium==0.14.0
geopandas==0.13.2
osmnx==1.3.0
networkx==3.1
# API & Web
fastapi==0.101.1
uvicorn==0.23.2
flask==2.3.3
requests==2.31.0
# Utilities
tqdm==4.66.1
joblib==1.3.2
pyyaml==6.0.1
python-dotenv==1.0.0
# Testing
pytest==7.4.0
# Optimization
pulp==2.7.0
ortools==9.6.2534