From b2f06023ff32f1358093ee6ddf4a1ee3e7273bd8 Mon Sep 17 00:00:00 2001 From: v1nvn Date: Wed, 27 Dec 2023 22:11:17 +0530 Subject: [PATCH] bump up cmf --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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