Files
traffic-safe/environment.yml

27 lines
460 B
YAML
Raw Normal View History

name: trafficsa
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- streamlit>=1.20
- pandas>=1.3
- numpy>=1.21
- matplotlib>=3.4
- plotly>=5
- scikit-learn>=1.0
- statsmodels>=0.13
- scipy>=1.7
- pyarrow>=7
- python-dateutil>=2.8.2
- pytz>=2021.3
- openpyxl>=3.0.9
- xlrd>=2.0.1
- cryptography>=3.4.7
- requests
- pip:
- streamlit-autorefresh>=0.1.5
- openai>=2.0.0
- jieba>=0.42.1