chore(deps): update dependency numpy to v1.24.2
Some checks failed
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Renovate Bot 2023-02-06 01:31:13 +00:00
parent f4964a19ea
commit 5fb6360083
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -120,7 +120,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "coverage"
version = "6.4.2"
version = "7.1.0"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
@ -311,8 +311,8 @@ python-versions = "*"
[[package]]
name = "numpy"
version = "1.22.3"
description = "NumPy is the fundamental package for array computing with Python."
version = "1.24.2"
description = "Fundamental package for array computing in Python"
category = "main"
optional = false
python-versions = ">=3.8"
@ -357,7 +357,7 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[package.extras]
testing = ["nose", "coverage"]
testing = ["coverage", "nose"]
[[package]]
name = "platformdirs"
@ -736,7 +736,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8,<3.10"
content-hash = "1e52cabf54af905e05d979683b28779e59690cf38ad4f805dbbf455b19d0a337"
content-hash = "a55593c7f300ff083877a423de2f0e0f03f0feb0db9940e6861099d120b6912e"
[metadata.files]
atomicwrites = []

View File

@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8,<3.10"
pdme = "^0.8.6"
numpy = "1.22.3"
numpy = "1.24.2"
scipy = "1.8.0"
[tool.poetry.dev-dependencies]