forked from UMassCDS/IHOP-Reddit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (45 loc) · 924 Bytes
/
setup.cfg
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
45
46
47
[metadata]
name = ihop
version = 2.0.0
description = Tools for clustering Reddit based on NLP techniques
long_description = = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
[options]
python_requires = <3.10, >=3.8
packages = find:
include_package_data = True
install_requires =
dvc[s3]==2.10.0
gensim==4.1.2
joblib==1.1.0
numpy==1.21.2
matplotlib==3.5.0
pandas==1.3.5
pyspark>=3.2.0
pytimeparse==1.1.8
scipy
s3fs[boto3]>=2022.3.0
scikit-learn==1.0.1
[options.extras_require]
app =
plotly==5.6.0
dash==2.3.1
dash-bootstrap-components==1.1.0
dash-core-components==2.0.0
dash-daq==0.5.0
dash-html-components==2.0.0
dash-renderer==1.9.0
dash-table==5.0.0
matplotlib==3.5.0
dev =
black
irrCAC
jupyter
ipython
plotly==5.6.0
seaborn
statsmodels
yellowbrick
test =
pytest