Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current Version (Still in Development)
# Release 1.3.2

## Major Features and Improvements

## Bug fixes and other changes

* Remove `semantic-version` dependency.
* Update `jinja2` dependency.

## Breaking changes and Deprecations

Expand Down
2 changes: 1 addition & 1 deletion model_card_toolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of the Model Card Toolkit."""

# Note that setup.py uses this version.
__version__ = '1.3.2.dev'
__version__ = '1.3.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# TODO(b/174880612): reduce dependency resolution search space
REQUIRED_PACKAGES = [
'absl-py>=0.9,<1.1',
'jinja2>=2.10,<3',
'jinja2>=3.1,<3.2',
'matplotlib>=3.2.0,<4',
'jsonschema>=3.2.0,<4',
'tensorflow-model-analysis>=0.36.0,<0.37.0',
Expand Down