Skip to content

Commit a4d8beb

Browse files
fix(deps): update dependency pandas to <2.2.4
1 parent 12c6bd8 commit a4d8beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"lmfit>=1.2.2,<2",
38-
"pandas<2.2.1 ; python_version < '3.9'",
38+
"pandas<2.2.4; python_version < '3.9'",
3939
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
4040
"numpy<1.26.4 ; python_version < '3.9'",
4141
"numpy>=1.26.4,<2 ; python_version >= '3.9'",

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)