stress_at_work_analysis/config/environment.yml

22 lines
291 B
YAML

name: straw2analysis
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- black
- isort
- flake8
- jupyterlab
- jupytext
- mypy
- nodejs
- pandas
- psycopg2
- python-dotenv
- pytz
- seaborn
- scikit-learn
- sqlalchemy
- statsmodels
- tabulate