stress_at_work_analysis/config/environment.yml

22 lines
291 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
2021-08-12 16:54:00 +02:00
- scikit-learn
- sqlalchemy
- statsmodels
- tabulate