minimal-streamlit-example/environment.yml

23 lines
248 B
YAML

name: minimal-streamlit-example
channels:
- defaults
- conda-forge
- ericmjl
dependencies:
- python=3.8
- conda
- scikit-learn
- scipy
- pandas
- numpy
- matplotlib
- pip
- pylint
- pydocstyle
- flake8
- black
- hvplot
- bokeh
- pip:
- streamlit