-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (32 loc) · 882 Bytes
/
setup.cfg
File metadata and controls
33 lines (32 loc) · 882 Bytes
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
[metadata]
name = w2widget
version = attr:w2widget.__init__.__version__
author = Tobias Gårdhus
author_email = tpg@sodas.ku.dk
description = Widget for exploring and sampling words from text data through w2v
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SODAS-KU/w2widget
project_urls =
Bug Tracker = https://github.com/SODAS-KU/w2widget/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
# package_dir =
# = w2widget
packages = find:
python_requires = >=3.9, <3.12
install_requires =
numpy >=1.22.3
openTSNE >=0.6.0
jupyter>=1.0.0
ipywidgets ==7.7.2
plotly >=5.6.0
gensim >=3.7.0
nltk >=3.6.7
scikit-learn >=1.0.2
scipy==1.10.1
# [options.packages.find]
# where = w2widget