Skip to content

Commit 5be0ab5

Browse files
authored
Modify pandas version constraints in pyproject.toml
Updated pandas version constraints to allow for 2.4.0.
1 parent d2ae1e8 commit 5be0ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include = ["CHANGELOG.md"]
1212
python = "^3.8.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
15-
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
16-
{ version = ">=2.2.3,<2.3.0", python = ">=3.13" }
15+
{ version = ">=1.2.5,<2.4.0", python = ">=3.8,<3.13" },
16+
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }
1717
]
1818
lz4 = "^4.0.2"
1919
requests = "^2.18.1"
@@ -88,4 +88,4 @@ show_missing = true
8888
skip_covered = false
8989

9090
[tool.coverage.xml]
91-
output = "coverage.xml"
91+
output = "coverage.xml"

0 commit comments

Comments
 (0)