Skip to content

Commit f6a0808

Browse files
authored
Update pandas version (#107)
1 parent 1393e20 commit f6a0808

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
@@ -26,7 +26,8 @@ dependencies = [
2626
"numpy>=1.26.0;python_version>='3.12'",
2727
"pandas>=1.1.3;python_version<'3.10'",
2828
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
29-
"pandas>=1.5.0;python_version>='3.11'",
29+
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
30+
"pandas>=2.1.1;python_version>='3.12'",
3031
"torch>=1.8.0;python_version<'3.10'",
3132
"torch>=1.11.0;python_version>='3.10' and python_version<'3.11'",
3233
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",

0 commit comments

Comments
 (0)