Skip to content

Commit

Permalink
build: bump numpy from 1.23.5 to 1.24.4
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.5...v1.24.4)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 74d2d8e commit 19a8bdb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 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 @@ -38,7 +38,7 @@ python = "^3.8,<4.0"
lifelines = "^0.27.0"
matplotlib = "^3.3.4"
numpy = [
{ version = "^1.23,<1.24", python = "^3.8", markers = "platform_system =='linux'" }
{ version = ">=1.23,<2.0", python = "^3.8", markers = "platform_system =='linux'" }
]
openpyxl = "^3.0.6"
pandas = [
Expand Down

0 comments on commit 19a8bdb

Please sign in to comment.