File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=45" , " setuptools-scm[toml]>=6.2 " , " wheel" ]
2+ requires = [" setuptools>=45" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " tabgan"
7- version = " 2.6.0 "
8- description = " Applying GAN in tabular data generation for uneven distribution "
7+ version = " 3.0.1 "
8+ description = " Synthetic tabular data generation with GANs, Diffusion Models, and LLMs "
99readme = " pip_desc.md"
1010license = {text = " Apache License 2.0" }
1111authors = [
1212 {name = " Insaf Ashrapov" , email = " iashrapov@gmail.com" }
1313]
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.9 "
1515classifiers = [
1616 " Development Status :: 5 - Production/Stable" ,
1717 " Programming Language :: Python" ,
18+ " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
1824]
1925dependencies = [
2026 " pandas" ,
@@ -28,6 +34,8 @@ dependencies = [
2834 " tqdm" ,
2935 " xgboost" ,
3036 " be-great>=0.0.13" ,
37+ " matplotlib>=3.5" ,
38+ " requests" ,
3139]
3240
3341[project .scripts ]
You can’t perform that action at this time.
0 commit comments