chore(deps): update dependency numpy to v2
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit

This commit is contained in:
2025-09-10 01:34:42 +00:00
parent 71dc906a96
commit 4ca29a6bea

View File

@@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.10" python = ">=3.8.1,<3.10"
pdme = "^1.5.0" pdme = "^1.5.0"
numpy = "1.22.3" numpy = "2.3.3"
scipy = "1.10" scipy = "1.10"
tqdm = "^4.66.2" tqdm = "^4.66.2"