Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
browser-use==0.1.19
|
| 2 |
langchain-google-genai==2.0.8
|
| 3 |
-
pyperclip==1.9.0
|
| 4 |
-
gradio==5.9.1
|
| 5 |
langchain-ollama==0.2.2
|
| 6 |
-
langchain-openai==0.2.14
|
|
|
|
| 1 |
browser-use==0.1.19
|
| 2 |
langchain-google-genai==2.0.8
|
| 3 |
+
pyperclip==1.9.0 # Versi贸n estable m谩s reciente
|
| 4 |
+
gradio==5.9.1 # Versi贸n compatible con Python 3.11
|
| 5 |
langchain-ollama==0.2.2
|
| 6 |
+
langchain-openai==0.2.14
|