Skip to content

Commit

Permalink
Fix warnings error
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Apr 10, 2024
1 parent bb67f4b commit 0997a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies = [
"numpy>=1.26.0,<2;python_version>='3.12'",
"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'",
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
"pandas>=2.0.2;python_version>='3.12'",
'tqdm>=4.29',
'copulas @ git+https://github.com/sdv-dev/Copulas@main',
'ctgan @ git+https://github.com/sdv-dev/CTGAN@main',
Expand Down

0 comments on commit 0997a81

Please sign in to comment.