Spaces:
Runtime error
Runtime error
tensorized
commited on
Commit
•
761cf8b
1
Parent(s):
d1e81dc
updating requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
1 |
+
git+https://github.com/bigscience-workshop/biomedical.git
|
2 |
+
streamlit==1.9.2
|
3 |
+
plotly
|
4 |
+
matplotlib
|
5 |
+
matplotlib_venn
|
6 |
+
nltk
|
7 |
+
rich
|
8 |
+
spacy>=3.0.0,<4.0.0
|
9 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
|