Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
fastapi==0.105.1
|
2 |
uvicorn==0.23.0
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.105.1
|
2 |
uvicorn==0.23.0
|
3 |
+
langchain>=0.0.254
|
4 |
+
langchain-google-genai>=0.0.1
|
5 |
+
matplotlib>=3.7.1
|
6 |
+
scikit-learn>=1.2.2
|
7 |
+
numpy>=1.23.0
|