sector-dashboard / environment.yml
riteshcp's picture
Upload environment.yml
32a49bc verified
raw
history blame contribute delete
222 Bytes
name: dashboard_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- numpy=1.24.4
- pandas
- plotly
- numexpr
- bottleneck
- pip
- pip:
- yfinance
- streamlit