-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
65 lines (51 loc) · 1.09 KB
/
requirements.txt
File metadata and controls
65 lines (51 loc) · 1.09 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
--extra-index-url https://download.pytorch.org/whl/cu121
# PyTorch CUDA 12.1
torch==2.4.1
torchvision==0.19.1
torchaudio==2.4.1
# Jupyter / dev (optional but you’re using them)
jupyterlab==4.2.5
ipykernel==6.29.5
notebook==7.2.2
# LangChain stack
langchain==0.3.2
langchain-community==0.3.1
langchain-core==0.3.63
langchain-text-splitters==0.3.0
langchain-ollama==0.2.0
# Ollama Python client
ollama==0.6.0
# Vector store
chromadb==0.4.22
chroma-hnswlib==0.7.3
onnxruntime==1.18.1
# Embeddings + NLP
transformers==4.46.2
tokenizers==0.20.3
sentence-transformers==3.1.1
nltk==3.9.1
rapidfuzz==3.9.7
# Data + utils
numpy==1.26.4
pandas==2.2.2
scikit-learn==1.7.2
tqdm==4.66.5
requests==2.32.3
python-dotenv==1.0.1
pypdf==5.0.1
# Web / UI (Streamlit app)
streamlit==1.51.0
# Export / docs
python-docx==1.2.0
fpdf==1.7.2
# Optional: FastAPI backend (only if you use it)
fastapi==0.121.0
uvicorn==0.38.0
# LangGraph orchestration (pinned <1.0 to stay compatible with langchain 0.3.x)
langgraph<1.0.0
# Excel export
openpyxl>=3.1.0
# Job Scout
duckduckgo-search>=6.0.0
# Scheduler
apscheduler>=3.10.0