Skip to content

Commit 10ff4dc

Browse files
committed
add pandas py3.13 min version to toml
1 parent e2d4911 commit 10ff4dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
"numpy>=1.26.2;python_version>='3.13'",
2828
"pandas>=1.4.0;python_version<'3.11'",
2929
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
30-
"pandas>=2.1.1;python_version>='3.12'",
30+
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
31+
"pandas>=2.2.3;python_version>='3.13'",
3132
'plotly>=5.10.0',
3233
"scipy>=1.7.3;python_version<'3.10'",
3334
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",

0 commit comments

Comments
 (0)