stress_at_work_analysis/config/environment.yml

21 lines
274 B
YAML
Raw Normal View History

name: straw2analysis
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- black
- isort
- flake8
2020-12-24 16:46:55 +01:00
- jupyterlab
- jupytext
- mypy
- nodejs
- pandas
- psycopg2
2020-12-24 16:06:23 +01:00
- python-dotenv
- pytz
2021-04-09 15:33:52 +02:00
- seaborn
- sqlalchemy
- statsmodels
- tabulate