Spaces:
Build error
Build error
File size: 549 Bytes
90f4ec6 |
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 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
streamlit = "*"
pandas = "*"
numpy = "*"
robustnessgym = "*"
altair = "*"
sklearn = "*"
streamlit-vega-lite = "*"
plotly = "*"
gensim = "*"
nltk = "*"
[dev-packages]
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"
|