From f4dbe60c191d750c6095650d21ff18f5d8a963df Mon Sep 17 00:00:00 2001 From: Alonso Guevara Date: Thu, 6 Feb 2025 12:50:51 -0600 Subject: [PATCH 1/2] Fix hyppo to 0.4.0 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0ca6aea3..8fe8dfc67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -3228,4 +3228,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.9,<3.13" -content-hash = "7e75ebe1af1ea8c3d0d7ace28550490bf64870bbc1bcb49763128f8325455747" +content-hash = "b29a350437bf7fe29568911d4c0b5893658b7bd3d8041ea90b41b848486d5c89" diff --git a/pyproject.toml b/pyproject.toml index 3fd3ba419..24ae6e747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ anytree = "^2.12.1" beartype = "^0.18.5" gensim = "^4.3.3" graspologic-native = "^1.2.1" -hyppo = "^0.4.0" +hyppo = "0.4.0" joblib = "^1.4.2" matplotlib = "^3.8.4" networkx = "^3" From 66d4313ac6047abd33166f212bfc0b64b0c824a9 Mon Sep 17 00:00:00 2001 From: Alonso Guevara Date: Wed, 12 Feb 2025 12:52:46 -0600 Subject: [PATCH 2/2] Add comment about version pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24ae6e747..c89310a97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ anytree = "^2.12.1" beartype = "^0.18.5" gensim = "^4.3.3" graspologic-native = "^1.2.1" -hyppo = "0.4.0" +hyppo = "0.4.0" # Last release under MIT license before switching to a Non-Commercial license joblib = "^1.4.2" matplotlib = "^3.8.4" networkx = "^3"