Skip to content

Commit

Permalink
removed direct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Apr 5, 2024
1 parent 4912e1a commit 33aaf4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"causalnlp", # for tabular.causalinference
"librosa", # for text.speech
"shap", # for tabular.TabularPredictor.explain
"eli5 @ git+https://[email protected]/amaiya/eli5-tf@master#egg=eli5", # for explain in text/vision
"stellargraph @ git+https://[email protected]/amaiya/stellargraph@no_tf_dep_082#egg=stellargraph", # for graph module
# "eli5 @ git+https://[email protected]/amaiya/eli5-tf@master#egg=eli5", # for explain in text/vision
# "stellargraph @ git+https://[email protected]/amaiya/stellargraph@no_tf_dep_082#egg=stellargraph", # for graph module
]
# not included and checked/requested within-code:
# 1. bokeh: in TopicModel.visualize_docuemnts
Expand Down

0 comments on commit 33aaf4f

Please sign in to comment.