-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (42 loc) · 916 Bytes
/
requirements.txt
File metadata and controls
47 lines (42 loc) · 916 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
# Python 200 -- Course Environment
# Python 3.12
#
# Setup:
# uv venv --python 3.12
# source .venv/Scripts/activate # Git Bash on Windows
# source .venv/bin/activate # Mac / Linux
# uv pip install -r requirements.txt
#
# Note: PyTorch, torchvision, and related deep learning packages are NOT here --
# deep learning work is done on Kaggle.
# Note: Azure SDK packages are added separately starting in Week 8.
# --- Core data tools (all weeks) ---
jupyterlab
ipykernel
numpy
pandas
matplotlib
scipy
pillow
tqdm
requests
python-dotenv
jupytext
streamlit
# --- Pipelines (Week 1) ---
prefect
# --- Machine learning (Weeks 2-3) ---
scikit-learn
# --- LLMs and RAG (Weeks 5-6) ---
openai
pypdf
llama-index
llama-index-llms-openai
llama-index-embeddings-openai
llama-index-readers-file
llama-index-vector-stores-postgres
faiss-cpu
psycopg2-binary
pgvector
# --- AI Agents (Week 7) ---
smolagents