Skip to content

Commit 3f17778

Browse files
committed
Update pandas version
1 parent 1393e20 commit 3f17778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
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)