added jupyter and matplotlib to dev deps to make sure notebooks are run smoothly
This commit is contained in:
Родитель
70a22e0c2f
Коммит
14121a69e2
|
@ -33,15 +33,12 @@ To install the package:
|
|||
2. Install all dependencies, preferably in a virtual environment:
|
||||
|
||||
``` sh
|
||||
# Create conda env (optional)
|
||||
conda create --name presidio python=3.9
|
||||
conda activate presidio
|
||||
|
||||
# Install package+dependencies
|
||||
pip install poetry
|
||||
poetry install
|
||||
poetry install --with=dev
|
||||
|
||||
# To install with all additional NER dependencies (e.g. Flair, Stanza, CRF), run:
|
||||
# poetry install --with ner
|
||||
# poetry install --with='ner,dev'
|
||||
|
||||
# Download a spaCy model used by presidio-analyzer
|
||||
python -m spacy download en_core_web_lg
|
||||
|
|
|
@ -39,6 +39,8 @@ spacy_huggingface_pipelines = "^0.0.4"
|
|||
pytest = ">=6.*"
|
||||
flake8 = ">=3.*"
|
||||
pytest-azurepipelines = "^1.0.5"
|
||||
jupyter = "^1.0.0"
|
||||
matplotlib = "^3.4.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче