Skip to content

Commit

Permalink
Bump pandas minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Apr 26, 2024
1 parent 993ccf8 commit 6edd64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -28,8 +28,8 @@ dependencies = [
"numpy>=1.21.0;python_version<'3.10'",
"numpy>=1.23.3,<2;python_version>='3.10' and python_version<'3.12'",
"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.4.0;python_version<'3.10'",
"pandas>=1.4.0;python_version>='3.10' and python_version<'3.11'",
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
"pandas>=2.1.1;python_version>='3.12'",
'tqdm>=4.29',
Expand Down

0 comments on commit 6edd64f

Please sign in to comment.