-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
82 lines (76 loc) · 1.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[metadata]
name = syngen
version = file: src/syngen/VERSION
description = file: DESCRIPTION
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tdspora/syngen
author = EPAM Systems, Inc.
maintainer = Hanna Imshenetska
license = GPLv3 License
keywords = data, generation, synthetic, vae, tabular
classifiers =
Development Status :: 5 - Production/Stable
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
package_dir =
= src
packages = find:
include_package_data = True
python_requires = >3.9, <3.12
install_requires =
aiohttp>=3.10.11
attrs
avro
base32-crockford
boto3
category_encoders==2.6.3
click
Jinja2
keras==2.15.*
lazy==1.4
loguru
MarkupSafe==2.1.1
marshmallow==3.19.*
matplotlib==3.9.*
mlflow==2.16.*
numpy==1.26.*
openpyxl
pandas==2.2.*
pandavro==1.8.*
pathos==0.2.*
pillow==10.3.*
psutil
py-ulid
pytest
pytest-reportportal
python-slugify[unidecode]>=7.0.0
PyYAML==6.*
reportportal-client
scikit_learn==1.5.*
scipy==1.14.*
seaborn==0.13.*
setuptools==74.1.*
tensorflow==2.15.*
tornado==6.4.*
tqdm==4.66.3
Werkzeug==3.1.2
xlrd
xlwt
[options.extras_require]
ui =
streamlit==1.31.*
streamlit_option_menu
[options.packages.find]
where = src
[options.package_data]
* = *.py, *.html, *.ttf, *.svg, *.css, *.js
[options.entry_points]
console_scripts =
train = syngen.train:launch_train
infer = syngen.infer:launch_infer
syngen = syngen:main