-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (40 loc) · 830 Bytes
/
requirements.txt
File metadata and controls
44 lines (40 loc) · 830 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
# Core ML/AI dependencies (from stdmae/requirements.txt)
easy_torch==1.2.12
easydict==1.10
numpy==1.21.5
positional_encodings==6.0.1
scikit_learn==1.0.2
scipy==1.7.3
setproctitle==1.3.2
sympy==1.10.1
timm==0.6.11
torch==1.13.1
torch_summary==1.4.5
tvm==1.0.0
# Additional dependencies for data processing and visualization
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.0.0
geopandas>=0.10.0
shapely>=1.8.0
folium>=0.12.0
# Development and code quality tools (Claude Code integration)
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950
pytest>=7.0.0
pytest-cov>=3.0.0
jupyter>=1.0.0
ipykernel>=6.0.0
# Documentation and analysis tools
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0
memory-profiler>=0.60.0
line-profiler>=3.5.0
# Additional utilities for Claude Code
rich>=12.0.0
typer>=0.6.0
pydantic>=1.9.0
click>=8.0.0