Skip to content

Commit 744873b

Browse files
committed
Update pandas >=2.2
1 parent 3ca5ece commit 744873b

File tree

2 files changed

+75
-57
lines changed

2 files changed

+75
-57
lines changed

poetry.lock

Lines changed: 73 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clarite"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
description = "CLeaning to Analysis: Reproducibility-based Interface for Traits and Exposures"
55
authors = ["Andre Rico <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -18,7 +18,7 @@ classifiers=[
1818
[tool.poetry.dependencies]
1919
python = ">=3.10,<3.13"
2020
click = ">7"
21-
pandas = ">=1.3,<2.2"
21+
pandas = ">=2.2,<3.0"
2222
scipy = "^1.9"
2323
seaborn = ">0.9"
2424
statsmodels = "^0.14"

0 commit comments

Comments
 (0)