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 Nov 29, 2024
1 parent 66c3495 commit afdf712
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 50 deletions.
115 changes: 67 additions & 48 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 @@ -84,7 +84,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.1.3 ; python_version >= "3.12" and python_version < "4.0"
openai==1.54.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"
orjson==3.10.11 ; python_full_version >= "3.12.0" and python_version < "4.0"
packaging==24.1 ; python_full_version >= "3.12.0" and python_version < "4.0"
Expand Down

0 comments on commit afdf712

Please sign in to comment.