Skip to content

Commit ccdff6a

Browse files
committed
fix: loosen pandas version
Signed-off-by: Panos Vagenas <[email protected]>
1 parent 345419f commit ccdff6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pydantic = "^2.6.0"
5252
jsonref = "^1.1.0"
5353
json-schema-for-humans = "^1.0.0"
5454
tabulate = "^0.9.0"
55-
pandas = "^2.2.2"
55+
pandas = "^2.1.4"
5656

5757
[tool.poetry.group.dev.dependencies]
5858
black = "^24.4.2"
@@ -117,7 +117,6 @@ module = [
117117
"jsonref.*",
118118
"jsonschema.*",
119119
"json_schema_for_humans.*",
120-
"pandas.*",
121120
"requests.*",
122121
"tabulate.*",
123122
"yaml.*",

0 commit comments

Comments
 (0)