Skip to content

Commit

Permalink
fix(deps): update dependency numpy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 21ff595 commit 8cf4921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies = [
"lmfit>=1.2.2,<2",
"pandas<2.2.4; python_version < '3.9'",
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
"numpy<1.26.5; python_version < '3.9'",
"numpy>=1.26.4,<2 ; python_version >= '3.9'",
"numpy<2.2.3; python_version < '3.9'",
"numpy>=2.2.2,<3; python_version >= '3.9'",
"emcee>=3.1.2,<4",
"tabulate>=0.9.0,<0.10",
"PyYAML~=6.0",
Expand Down

0 comments on commit 8cf4921

Please sign in to comment.