From feb4bc78823a1b2c1a9850ed06f02d9eb6dea545 Mon Sep 17 00:00:00 2001 From: Francisco Acosta Date: Thu, 1 Aug 2024 22:38:34 +0000 Subject: [PATCH] replace deprecated pkg_resources.extern.packaging with packaging in setup.py of forks for pyflagser, gtda --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a40c47..bc3f971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ dependencies = [ "clu", "labml-helpers", "giotto-ph @ git+https://github.com/alibayeh/giotto-ph.git", - "pyflagser @ git+https://github.com/alibayeh/pyflagser.git", - "giotto-tda @ git+https://github.com/alibayeh/giotto-tda.git", + "pyflagser @ git+https://github.com/franciscoeacosta/pyflagser.git", + "giotto-tda @ git+https://github.com/franciscoeacosta/giotto-tda.git", "geomstats @ git+https://github.com/geomstats/geomstats.git", "torchlens @ git+https://github.com/johnmarktaylor91/torchlens.git", "netrep @ git+https://github.com/ahwillia/netrep.git",