Skip to content

Commit 53c8d36

Browse files
committed
fix: pandas version
1 parent 7ebb7c6 commit 53c8d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers=[
3535

3636
dependencies = [
3737
"scipy>=1.4.1, <1.14",
38-
"pandas>1.1, <2.0, !=1.4.0",
38+
"pandas>1.1, <3.0, !=1.4.0",
3939
"matplotlib>=3.5, <=3.10",
4040
"pydantic>=2",
4141
"PyYAML>=5.0.0, <6.1",

0 commit comments

Comments
 (0)