Skip to content

Commit

Permalink
add pandas py3.13 min version to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge committed Jan 9, 2025
1 parent e2d4911 commit 10ff4dc
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 @@ -27,7 +27,8 @@ dependencies = [
"numpy>=1.26.2;python_version>='3.13'",
"pandas>=1.4.0;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'",
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
"pandas>=2.2.3;python_version>='3.13'",
'plotly>=5.10.0',
"scipy>=1.7.3;python_version<'3.10'",
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
Expand Down

0 comments on commit 10ff4dc

Please sign in to comment.