-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathrequirements.txt
More file actions
57 lines (50 loc) · 1.03 KB
/
requirements.txt
File metadata and controls
57 lines (50 loc) · 1.03 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
# Requirements for asl-ml-immersion repository
# Google & Google Cloud
google-genai==1.23.0
google-adk==1.14.1
google-api-core==2.25.1
google-cloud-storage==2.19.0
google-cloud-aiplatform==1.100.0
google-cloud-bigquery==3.34.0
cloudml-hypertune
apache-beam[gcp]==2.65.0
# Machine Learning Frameworks
keras==3.12.0
keras_hub==0.21.1
tensorflow[and-cuda]==2.18.1
tensorflow-datasets==4.9.9
tensorflow-hub==0.16.1
tf_keras==2.18.0
jax==0.5.0
# MLOps
kubernetes==17.17.0
kfp==2.4.0
google-cloud-pipeline-components==2.8.0
# Explainable AI
saliency==0.2.1
lit-nlp==1.3.1
# Langchain dependencies
langchain==0.3.14
langsmith==0.1.129
langgraph==0.2.61
langchain-chroma==0.1.4
chroma-hnswlib==0.7.3
chromadb==0.4.14
langchain-community==0.3.14
langchain-core==0.3.47
langchain-google-vertexai==2.0.15
langchain-text-splitters==0.3.5
# Utilities
pyyaml==6.0.2
pydantic==2.11.7
pypdf==6.7.3
faiss-cpu==1.7.4
unstructured==0.14.4
unstructured-client==0.22.0
wikipedia==1.4.0
fire==0.6.0
litellm==1.72.6
fastapi==0.115.13
# For development work
pre-commit
pytest