Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
opencv-python-headless
|
3 |
-
pyaudio
|
4 |
-
numpy
|
5 |
-
python-dotenv
|
6 |
-
pyautogui
|
7 |
-
keyboard
|
8 |
-
|
9 |
-
pygetwindow
|
10 |
-
wave
|
11 |
-
google-generative-ai
|
|
|
1 |
+
streamlit==1.38.0
|
2 |
+
opencv-python-headless==4.10.0.84
|
3 |
+
pyaudio==0.2.14 # Consider alternative if issues persist
|
4 |
+
numpy==2.1.1
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
pyautogui==0.9.54
|
7 |
+
keyboard==0.13.5
|
8 |
+
google-generativeai==0.7.2
|
|
|
|
|
|