Skip to content

Commit

Permalink
trulens-explain version 0.13.4 (#294)
Browse files Browse the repository at this point in the history
* version 0.13.4

* fix pyyaml

---------

Co-authored-by: rshih32 <[email protected]>
  • Loading branch information
coreyhu and rshih32 authored Jul 19, 2023
1 parent ef0bcac commit 26cf811
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/nn-explainability.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</svg>
<div class="header__btn--text d-f fd-c">
<span class="strong">DOWNLOAD</span>
<span>trulens 0.13.3 (Mar 8, 2023)</span>
<span>trulens 0.13.4 (Jul 14, 2023)</span>
</div>
</a>
</ul>
Expand All @@ -157,7 +157,7 @@ <h1>
</svg>
<div class="header__btn--text d-f fd-c">
<span class="strong">DOWNLOAD</span>
<span>trulens 0.13.3 (Mar 8, 2023)</span>
<span>trulens 0.13.4 (Jul 14, 2023)</span>
</div>
</a>
</header>
Expand Down
1 change: 1 addition & 0 deletions trulens_explain/tests/notebooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ jinja2==3.0.3
nbformat==5.0.8
nbconvert==6.0.7
pandas==1.3.5
pyyaml==5.3.1 # 5.4.1 fails during build due to Cython regression (https://github.com/yaml/pyyaml/issues/724)
matplotlib
scipy
tensorflow-hub
Expand Down
1 change: 1 addition & 0 deletions trulens_explain/tests/notebooks/requirements_latest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jinja2==3.0.3
nbformat==5.0.8
nbconvert==6.0.7
pyyaml==5.3.1 # 5.4.1 fails during build due to Cython regression (https://github.com/yaml/pyyaml/issues/724)
matplotlib
pandas
tensorflow-hub
Expand Down
2 changes: 1 addition & 1 deletion trulens_explain/trulens/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.3"
__version__ = "0.13.4"

0 comments on commit 26cf811

Please sign in to comment.