Skip to content

Commit a678dce

Browse files
committed
🐛 pandas 3.0.0 changed accessing with integers
- to be updated using loc operator
1 parent 3e89eec commit a678dce

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"coloredlogs>=14.0.0",
3131
"matplotlib>=1.4.3",
3232
"numpy>=1.9.1",
33-
"pandas>=0.18.0",
33+
"pandas>=0.18.0,<3.0.0",
3434
"scipy>=0.14.0",
3535
]
3636
# use requirements.txt instead of pyproject.toml for dependencies

0 commit comments

Comments
 (0)