-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathrequirements.txt
59 lines (52 loc) · 1.1 KB
/
requirements.txt
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
# Requirements for asl-ml-immersion repository
# Google Cloud
google-genai==1.7.0
google-api-core==2.24.0
google-cloud-storage==2.19.0
google-cloud-aiplatform==1.85.0
google-cloud-bigquery==3.21.0
cloudml-hypertune
apache-beam==2.46.0
# Machine Learning Frameworks
tensorflow==2.12.0
tensorflow-io==0.32.0
tensorflow-hub==0.14.0
tensorflow-serving-api==2.12.1
tensorflow_text==2.12.1
tf-agents==0.16.0
tf-models-official==2.12.0
tensorflow-model-remediation==0.1.7.1
tensorflow-recommenders==0.7.2
keras_cv==0.5.1
keras_nlp==0.5.1
jax==0.4.30
# MLOps
kubernetes==17.17.0
kfp==2.4.0
google-cloud-pipeline-components==2.8.0
# tfx==1.13.0
# Explainable AI
saliency==0.2.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==5.3.1
pydantic==2.9.2
pypdf==4.3.1
faiss-cpu==1.7.4
unstructured==0.14.4
unstructured-client==0.22.0
wikipedia==1.4.0
fire==0.6.0
# For development work
pre-commit
pytest