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 11, 2024
1 parent 6d0acae commit 83463f4
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"]

[tool.poetry.dependencies]
python = "^3.10.0"
numpy = "1.26.4"
numpy = "2.2.0"
captum = "^0.7.0"
pytorch-lightning = "^2.4.0"
unidecode = "^1.3.8"
Expand Down

0 comments on commit 83463f4

Please sign in to comment.