Commit
·
37ec136
1
Parent(s):
7a5c338
updated
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
streamlit==1.
|
3 |
-
pandas
|
4 |
-
numpy
|
5 |
openai==1.3.0
|
6 |
pyperclip==1.8.2
|
|
|
1 |
+
python>=3.8,<3.11
|
2 |
+
streamlit==1.24.1
|
3 |
+
pandas>=2.0
|
4 |
+
numpy<=1.25.1
|
5 |
openai==1.3.0
|
6 |
pyperclip==1.8.2
|