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 Jan 5, 2025
1 parent 3026882 commit 0ebc180
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 41 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 @@ -34,7 +34,7 @@ google-play-scraper = "^1.2.2"
py-cpuinfo = "^9.0.0"
aiofile = "^3.8.1"
loguru = "^0.7.0"
numpy = "^1.24.1"
numpy = "^2.0.0"
matplotlib = "^3.6.3"
pint = "^0.24.0"
simpleeval = "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mcstatus==11.1.1 ; python_full_version >= "3.12.0" and python_version < "4"
more-itertools==10.5.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
multidict==6.1.0 ; python_version >= "3.12" and python_version < "4.0"
nodeenv==1.9.1 ; python_version >= "3.12" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.12" and python_version < "4.0"
numpy==2.2.1 ; python_version >= "3.12" and python_version < "4.0"
openai==1.59.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
orjson==3.10.13 ; python_full_version >= "3.12.0" and python_version < "4.0"
packaging==24.2 ; python_full_version >= "3.12.0" and python_version < "4.0"
Expand Down

0 comments on commit 0ebc180

Please sign in to comment.