forked from Kodezi/Chronos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
98 lines (79 loc) · 1.3 KB
/
requirements.txt
File metadata and controls
98 lines (79 loc) · 1.3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Kodezi Chronos Requirements
# Python 3.8+
# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0
scikit-learn>=1.0.0
# Deep Learning
torch>=1.10.0
transformers>=4.25.0
tokenizers>=0.13.0
# Database
sqlalchemy>=1.4.0
alembic>=1.8.0
psycopg2-binary>=2.9.0
# Caching
redis>=4.0.0
hiredis>=2.0.0
# Web Framework
flask>=2.0.0
uvicorn>=0.18.0
fastapi>=0.85.0
pydantic>=1.10.0
# Async
aiohttp>=3.8.0
aiofiles>=0.8.0
# Containerization
docker>=5.0.0
# Testing
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-asyncio>=0.18.0
pytest-timeout>=2.1.0
mock>=4.0.0
# Code Quality
black>=22.0.0
flake8>=4.0.0
mypy>=0.950
pylint>=2.13.0
# Monitoring
prometheus-client>=0.14.0
opentelemetry-api>=1.11.0
opentelemetry-sdk>=1.11.0
opentelemetry-instrumentation>=0.30b0
# Visualization
matplotlib>=3.4.0
seaborn>=0.11.0
plotly>=5.8.0
bokeh>=2.4.0
# Jupyter support
jupyter>=1.0.0
notebook>=6.4.0
ipykernel>=6.0.0
# Documentation
sphinx>=4.5.0
sphinx-rtd-theme>=1.0.0
myst-parser>=0.18.0
# Utilities
tqdm>=4.64.0
pyyaml>=6.0
python-dotenv>=0.20.0
click>=8.0.0
rich>=12.0.0
# Performance
psutil>=5.9.0
memory-profiler>=0.60.0
py-spy>=0.3.0
# Security
cryptography>=37.0.0
pyjwt>=2.4.0
# Graph Processing (for AGR)
networkx>=2.8.0
igraph>=0.9.0
# NLP/Text Processing
nltk>=3.7
spacy>=3.3.0
# API clients
requests>=2.27.0
httpx>=0.23.0