Skip to content

Commit e0ff406

Browse files
Update numpy requirement from ~=1.24 to ~=2.2
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.0...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0c46d7 commit e0ff406

File tree

2 files changed

+59
-40
lines changed

2 files changed

+59
-40
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
pytz = "~=2022.7"
88
humanize = "~=4.6"
99
matplotlib = "~=3.7"
10-
numpy = "~=1.24"
10+
numpy = "~=2.2"
1111
httpx = "~=0.23"
1212
pyyaml = "~=6.0"
1313

Pipfile.lock

Lines changed: 58 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)