Spaces:
Runtime error
Runtime error
tensorized
commited on
Commit
·
d1e81dc
1
Parent(s):
50e5fc3
adding requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install git+https://github.com/bigscience-workshop/biomedical.git
|
2 |
+
pip install streamlit==1.9.2
|
3 |
+
pip install plotly
|
4 |
+
pip install matplotlib
|
5 |
+
pip install matplotlib_venn
|
6 |
+
pip install nltk
|
7 |
+
pip install spacy
|
8 |
+
pip install rich
|
9 |
+
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|