Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz#egg=en_core_web_sm
|
2 |
git+https://github.com/gizdatalab/haystack_utils.git@cputrac#egg=utils
|
3 |
-
torch==2.1.0
|
4 |
-
scikit-learn==1.3.2
|
5 |
-
setfit==1.0.3
|
6 |
altair<5
|
7 |
streamlit==1.31.0
|
8 |
pydantic==1.8.2
|
9 |
-
plotly
|
10 |
-
xlsxwriter
|
11 |
-
streamlit-aggrid
|
|
|
1 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz#egg=en_core_web_sm
|
2 |
git+https://github.com/gizdatalab/haystack_utils.git@cputrac#egg=utils
|
|
|
|
|
|
|
3 |
altair<5
|
4 |
streamlit==1.31.0
|
5 |
pydantic==1.8.2
|
6 |
+
plotly==5.19.0
|
7 |
+
xlsxwriter==3.2.0
|
8 |
+
streamlit-aggrid==0.3.4
|