Skip to content

Commit

Permalink
release interpret-text 0.1.3 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Nov 30, 2021
1 parent f88eb86 commit ffe9931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/interpret_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_major = "0"
_minor = "1"
_patch = "2"
_patch = "3"

__name__ = "interpret-text"
__version__ = "{}.{}.{}.dev10".format(_major, _minor, _patch)
Expand Down
1 change: 1 addition & 0 deletions tools/generate_conda_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"pytorch": "pytorch-cpu>=1.0.0",
"scipy": "scipy>=1.0.0",
"tensorflow": "tensorflow<2.0.0",
"tensorflow-estimator": "tensorflow-estimator<2.0.0",
"h5py": "h5py>=2.8.0",
"py-xgboost": "py-xgboost<=0.80"
}
Expand Down

0 comments on commit ffe9931

Please sign in to comment.