Skip to content

Commit

Permalink
fix(deps): Revert "fix(deps): update dependency numpy to v2" (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Oct 2, 2024
1 parent daa12d2 commit ac607ed
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 57 deletions.
95 changes: 39 additions & 56 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matplotlib = "^3.8.3"
gunicorn = "^23.0.0"
pip = "^24.0"
setuptools = "^75.0.0"
numpy = ">2.1,<2.2.0"
numpy = ">1.26.0,<2.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ac607ed

Please sign in to comment.