Skip to content

Commit

Permalink
Update dependency numpy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent cc5bdc2 commit 7c506a3
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 40 deletions.
97 changes: 58 additions & 39 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ["fastText", "text classification", "NLP", "automatic coding", "deep

[tool.poetry.dependencies]
python = "^3.10.0"
numpy = "1.26.4"
numpy = "2.2.1"
pytorch-lightning = "^2.4.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 7c506a3

Please sign in to comment.