Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ pandas>=2.0.0
|
|
6 |
numpy>=1.24.0
|
7 |
sentencepiece>=0.1.99
|
8 |
protobuf>=3.20.0
|
|
|
9 |
# Add any new dependencies below
|
10 |
sentence-transformers>=2.2.2 # If you want to add semantic analysis
|
11 |
scikit-learn>=1.0.2 # For additional ML processing
|
|
|
6 |
numpy>=1.24.0
|
7 |
sentencepiece>=0.1.99
|
8 |
protobuf>=3.20.0
|
9 |
+
plotly>=5.14.0
|
10 |
# Add any new dependencies below
|
11 |
sentence-transformers>=2.2.2 # If you want to add semantic analysis
|
12 |
scikit-learn>=1.0.2 # For additional ML processing
|