feat: adds temp aware guy using new pdme temp-flexible feature for bundling temp models
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit

This commit is contained in:
2023-04-09 17:30:30 -05:00
parent f4964a19ea
commit de1ec3e700
4 changed files with 468 additions and 177 deletions

View File

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