Skip to content

Commit b0de9ba

Browse files
Diyagoclaude
andcommitted
Bump version to 3.0.1, sync pyproject.toml classifiers and dependencies
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b9130b9 commit b0de9ba

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
[build-system]
2-
requires = ["setuptools>=45", "setuptools-scm[toml]>=6.2", "wheel"]
2+
requires = ["setuptools>=45", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "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"
99
readme = "pip_desc.md"
1010
license = {text = "Apache License 2.0"}
1111
authors = [
1212
{name = "Insaf Ashrapov", email = "iashrapov@gmail.com"}
1313
]
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.9"
1515
classifiers = [
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
]
1925
dependencies = [
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]

0 commit comments

Comments
 (0)