Compare commits

..

1 Commits

Author SHA1 Message Date
fae32a7212 chore(deps): update dependency mypy to v1
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit
2025-09-12 01:36:18 +00:00

View File

@@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8.1,<3.10"
pdme = "^1.5.0"
numpy = "2.3.3"
numpy = "1.22.3"
scipy = "1.10"
tqdm = "^4.66.2"
@@ -15,7 +15,7 @@ tqdm = "^4.66.2"
pytest = ">=6"
flake8 = "^4.0.1"
pytest-cov = "^4.1.0"
mypy = "^0.971"
mypy = "^1.18"
python-semantic-release = "^7.24.0"
black = "^22.3.0"
syrupy = "^4.0.8"