Spaces:
Sleeping
Sleeping
File size: 629 Bytes
03287bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
streamlit = "*"
pandas = "*"
numpy = "*"
altair = "*"
sklearn = "*"
streamlit-vega-lite = "*"
plotly = "*"
gensim = "*"
nltk = "*"
spacy = "*"
lime = "*"
xlrd = "*"
colorama = "*"
st-annotated-text = "*"
shap = "*"
transformers = "*"
torch = "*"
black = "==19.3b0"
pylint = "*"
watchdog = "*"
jupyterlab = "*"
jupyter = "*"
[requires]
python_version = "3.8"
[scripts]
format = "black ."
format_check = "black --check ."
lint = "pylint app.py"
app= "streamlit run app.py"
clear_cache = "streamlit cache clear"
notebook = "jupyter notebook"
|