Skip to content

Commit dc9b614

Browse files
authored
Merge pull request #212 from nodohs/patch-1
Restrict pandas 3.0.0
2 parents 6328e09 + d1b66b5 commit dc9b614

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
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"requests",
23-
"pandas==2.*",
23+
"pandas>=2.0.0,<3.0.0",
2424
]
2525
dynamic = ["version"]
2626

0 commit comments

Comments
 (0)