diff --git a/pyproject.toml b/pyproject.toml index 4e5ad1f8..5a9e2aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{ include = "models" }] [tool.poetry.dependencies] python = ">=3.11" -credmark-model-framework = { git = "https://github.com/credmark/credmark-model-framework-py.git", tag = "0.8.136" } +credmark-model-framework = { git = "https://github.com/credmark/credmark-model-framework-py.git", tag = "0.8.137" } ipfshttpclient = ">=0.8.0a2" matplotlib = ">=3.7.1" networkx = ">=3.1" diff --git a/requirements.txt b/requirements.txt index d20f40df..8213bff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/credmark/credmark-model-framework-py.git@0.8.136 +git+https://github.com/credmark/credmark-model-framework-py.git@0.8.137 ipfshttpclient>=0.8.0a2 matplotlib>=3.7.1 networkx>=3.1