Skip to content

Commit

Permalink
Update dependencies after pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Apr 11, 2024
1 parent a5e4a4b commit d9f8b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dependencies = [
"pandas>=1.1.3;python_version<'3.10'",
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
"pandas>=2.0.2;python_version>='3.12'",
"pandas>=2.1.1;python_version>='3.12'",
'tqdm>=4.29',
'copulas>=0.11.0',
'ctgan>=0.10.0.dev0',
'ctgan>=0.10.0',
'deepecho>=0.6.0',
'rdt>=1.11.0',
'sdmetrics>=0.14.0.dev0',
'sdmetrics>=0.14.0',
]

[project.urls]
Expand Down

0 comments on commit d9f8b5e

Please sign in to comment.