Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
fpdf
|
4 |
-
ibm-watsonx-ai
|
5 |
-
json
|
|
|
1 |
+
streamlit==1.26.0
|
2 |
+
pandas==2.0.3
|
3 |
+
fpdf==1.7.2
|
4 |
+
ibm-watsonx-ai==0.1.0
|
|