-
Notifications
You must be signed in to change notification settings - Fork 141
/
blueprints.yml
44 lines (37 loc) · 887 Bytes
/
blueprints.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
36
37
38
39
40
41
42
43
44
name: blueprints
channels:
- conda-forge
- plotly
dependencies:
- python=3.8
- regex
- unidecode
- tabulate
- pandas>=1.1.0
- scikit-learn>=0.23.2
- matplotlib
- seaborn
- plotly>=4.8.2
# - plotly_express>=0.4.1
- umap-learn
- notebook
- jupyter
# - jupyter_contrib_nbextensions
# - jupyter_nbextensions_configurator
- networkx
- graphviz
- python-graphviz
- pip
- pip:
# add pip-distributed libraries
- beautifulsoup4
- nltk
- spacy>=2.3.2
# - textacy
# use this updated version of textacy to make it install with spacy 3.0
# careful - it's not completely tested except for the code in the book
# otherwise use spacy=2.3.2
- git+https://github.com/blueprints-for-text-analytics-python/textacy.git
- gensim
- pyldavis
- wordcloud