Skip to content

Commit 184fcf1

Browse files
committed
chore: limit version of pandas by 1.6.0
1 parent 801de8f commit 184fcf1

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
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
[tool.poetry.dependencies]
2929
python = ">=3.8, <4.0.0"
30-
pandas = ">=1.4.0"
30+
pandas = ">=1.4.0, <=1.6.0"
3131
scipy = "^1.9.0"
3232
matplotlib = "^3.5.1"
3333
requests = "^2.27.1"

0 commit comments

Comments
 (0)