Compare commits

...

1 Commits

Author SHA1 Message Date
b1e8095bac chore(deps): update dependency scipy to ~1.11
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/pdme/pipeline/pr-master There was a failure building this commit
2023-07-24 01:31:05 +00:00

View File

@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.10"
numpy = "^1.22.3"
scipy = "~1.10"
scipy = "~1.11"
[tool.poetry.dev-dependencies]
pytest = ">=6"