forked from PaulHuatingSun/RegHealth-Navigator
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
86 lines (71 loc) · 1.44 KB
/
Copy pathrequirements.txt
File metadata and controls
86 lines (71 loc) · 1.44 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
# Core Flask and Web Framework
flask==3.1.1
flask-cors==6.0.1
werkzeug==3.1.3
# Environment and Configuration
python-dotenv==1.0.1
PyYAML==6.0.2
# AI and Language Models
openai==1.95.1
langchain==0.1.12
langchain-community==0.0.38
langchain-core==0.1.53
langchain-openai==0.0.8
langchain-text-splitters==0.0.2
langgraph==0.0.27
langsmith==0.1.22
# Vector Database and Search
faiss-cpu==1.11.0
chromadb==1.0.10
rank-bm25==0.2.2
# Data Processing and Analysis
numpy==1.26.4
pandas==2.2.3
scikit-learn
scipy
# Text Processing and Tokenization
tiktoken==0.6.0
tokenizers==0.21.1
regex==2024.11.6
# XML and Document Processing
lxml==5.1.0
beautifulsoup4==4.13.4
# HTTP and API
requests==2.31.0
httpx>=0.27.0
aiohttp==3.12.12
# Data Validation and Serialization
pydantic==2.6.1
pydantic_core==2.16.2
dataclasses-json==0.6.7
# Utilities and Helpers
tqdm==4.67.1
python-dateutil==2.8.2
dateparser==1.2.0
humanfriendly==10.0
# Development and Testing
pytest==8.0.0
pytest-asyncio==0.23.5
pytest-cov==6.1.1
coverage==7.8.2
# Logging and Monitoring
coloredlogs==15.0.1
rich==14.0.0
# File and System Operations
watchdog==6.0.0
watchfiles==1.0.5
fsspec==2025.5.1
# Database and Storage
redis==5.0.1
sqlalchemy==2.0.41
# Machine Learning and AI
onnxruntime
huggingface-hub==0.32.2
# Web Development (for frontend integration)
plotly==6.1.1
altair==5.5.0
# Additional Dependencies
typing_extensions==4.13.2
typing-inspect==0.9.0
typing-inspection==0.4.0
annotated-types==0.7.0