Skip to content

Commit 3a8e44b

Browse files
authored
Merge pull request #1804 from Anselmoo/renovate/numpy-2.x
fix(deps): update dependency numpy to <3
2 parents 2163540 + 4b359ce commit 3a8e44b

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"lmfit>=1.2.2,<2",
3838
"pandas<2.2.4; python_version < '3.9'",
3939
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
40-
"numpy<2; python_version < '3.9'",
40+
"numpy<3; python_version < '3.9'",
4141
"numpy>=2.0.2,<3; python_version >= '3.9'",
4242
"emcee>=3.1.2,<4",
4343
"tabulate>=0.9.0,<0.10",

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)