forked from LTHTR-DST/hdruk_avoidable_admissions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
35 lines (35 loc) · 826 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# mamba env update -f ./environment.yml --prune
# The `- -e .` option under `- pip:` installs `avoidable_admissions` as a local development package
# This allows easier importing without having to add the avoidable_admissions folder to PATH.
name: hdruk_aa
channels:
- conda-forge
- defaults
dependencies:
- python>=3.11
- black
- bokeh=2.4.*
- bs4
- holoviews=1.15.*
- html5lib
- isort
- jupyterlab
- jupyterlab_code_formatter
- lxml
- mkdocs
- mkdocstrings>=0.20
- mkdocstrings-python
- nbstripout
- pandas
# - pandas-profiling>=3.6 # Does not work with Python 3.11. See Readme.md
- pandera
- pip
- pre-commit
- python-dotenv
- seaborn
# Uncomment these lines and update environment as analytics advances
# - scikit-learn
# - scipy
# - statsmodels
- pip:
- -e .