-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (55 loc) · 1.53 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
[metadata]
name = AnaText
# do not change version by hand: use bump_version.sh
version = file: src/eta/VERSION
description = "The program for solving the problem of exploratory text analysis based on clustering and approximation of the number of clusters."
author = Roman Neronov
author_email = [email protected]
license = Attribution 4.0 International
license_files = LICENSE.md
classifiers =
Development Status :: 1 - Planning
Environment :: Console
Environment :: GPU :: NVIDIA CUDA
Intended Audience :: Science/Research
License :: Other/Proprietary License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
package_dir=
=src
packages=find:
zip_safe = False
platforms = any
include_package_data = True
python_requires = >=3.8
install_requires =
python-dotenv>=0.5.1
dvc==3.36.0
keybert==0.8.3
langdetect==1.0.9
matplotlib==3.8.2
numpy==1.26.1
pandas==2.1.2
python-dotenv==1.0.0
scikit_learn==1.3.2
seaborn==0.13.0
sentence_transformers==2.2.2
setuptools==68.0.0
stop_words==2018.7.23
torch==2.1.0
umap-learn==0.5.4
spacy==3.7.4
[options.packages.find]
where=src
[bdist_wheel]
universal = 1
[aliases]
# Alias `setup.py test` to `setup.py pytest`
test = pytest