Compare commits

..

1 Commits

Author SHA1 Message Date
fd7d72c87a chore(deps): update dependency numpy to v2
Some checks failed
renovate/artifacts Artifact file update failure
2025-01-19 01:31:19 +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 = "1.22.3"
numpy = "2.2.2"
scipy = "1.10"
tqdm = "^4.66.2"
@@ -17,7 +17,7 @@ flake8 = "^4.0.1"
pytest-cov = "^4.1.0"
mypy = "^0.971"
python-semantic-release = "^7.24.0"
black = "^25.0.0"
black = "^22.3.0"
syrupy = "^4.0.8"
[tool.poetry.scripts]