Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
requests
|
3 |
-
beautifulsoup4
|
4 |
-
spacy
|
5 |
-
|
6 |
-
|
|
|
7 |
ibm-watson-machine-learning
|
8 |
-
python-dotenv
|
|
|
1 |
+
streamlit==1.35.0
|
2 |
+
requests==2.32.2
|
3 |
+
beautifulsoup4==4.12.3
|
4 |
+
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1-py3-none-any.whl#sha256=6a0f857a2b4d219c6fa17d455f82430b365bf53171a2d919b9376e5dc9be032e
|
5 |
+
spacy==3.7.4
|
6 |
+
sentence-transformers==2.7.0
|
7 |
+
chromadb==0.5.0
|
8 |
ibm-watson-machine-learning
|
9 |
+
python-dotenv==1.0.1
|