From 33aaf4fc4787874e57fad51134c79fa2ef8c6bef Mon Sep 17 00:00:00 2001 From: "Arun S. Maiya" Date: Fri, 5 Apr 2024 14:52:42 -0400 Subject: [PATCH] removed direct deps --- .github/workflows/ci.yml | 2 ++ setup.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6549fc4a..624be2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: run: | pip install -U pip wheel pip install -e . + pip install https://github.com/amaiya/stellargraph/archive/refs/heads/no_tf_dep_082.zip + pip install https://github.com/amaiya/eli5-tf/archive/refs/heads/master.zip pip install ipython pip install tensorflow_cpu==2.15.1 pip install jinja2==3.0.3 # eli5 dep issue diff --git a/setup.py b/setup.py index dfe4880c..9b10705b 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ "causalnlp", # for tabular.causalinference "librosa", # for text.speech "shap", # for tabular.TabularPredictor.explain - "eli5 @ git+https://github@github.com/amaiya/eli5-tf@master#egg=eli5", # for explain in text/vision - "stellargraph @ git+https://github@github.com/amaiya/stellargraph@no_tf_dep_082#egg=stellargraph", # for graph module + # "eli5 @ git+https://github@github.com/amaiya/eli5-tf@master#egg=eli5", # for explain in text/vision + # "stellargraph @ git+https://github@github.com/amaiya/stellargraph@no_tf_dep_082#egg=stellargraph", # for graph module ] # not included and checked/requested within-code: # 1. bokeh: in TopicModel.visualize_docuemnts