Skip to content

Commit

Permalink
build: update version to 1.0.1 and update requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
T0217 committed Oct 3, 2024
1 parent e6946ca commit 197a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sdqcpy"
version = "1.0.0"
version = "1.0.1"
description = "SDQCPy is a comprehensive Python package designed for synthetic data management, quality control, and validation."
authors = [
{name = "T0217", email = "[email protected]"},
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies = [
"xgboost>=1.4.0",
"lightgbm>=3.2.0",
"ydata-synthetic>=1.0.0,<2.0.0",
"sdv>=0.17.0",
"sdv>=0.17.0,<1.17.0",
]

[project.urls]
Expand Down

0 comments on commit 197a8bf

Please sign in to comment.