File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
tensorflow_model_analysis Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ combinations may also work.
6262
6363| tensorflow-model-analysis | tensorflow | apache-beam[ gcp] |
6464| ---------------------------| --------------------| ----------------|
65- | GitHub master | 1.11 | 2.8.0 |
65+ | GitHub master | 1.12 | 2.10.0 |
66+ | 0.12.0 | 1.12 | 2.10.0 |
6667| 0.11.0 | 1.11 | 2.8.0 |
6768| 0.9.2 | 1.9 | 2.6.0 |
6869| 0.9.1 | 1.10 | 2.6.0 |
Original file line number Diff line number Diff line change 1- # Current version (not yet released; still in development)
1+ # Release 0.12.0
22
33## Major Features and Improvements
44* Python 3.5 readiness complete (all tests pass). Full Python 3.5
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ def run(self):
247247 # protobuf) with TF.
248248 'install_requires' : [
249249 # Sort alphabetically
250- 'apache-beam[gcp]>=2.8 ,<3' ,
250+ 'apache-beam[gcp]>=2.10 ,<3' ,
251251 'ipywidgets>=7.0,<8' ,
252252 'jupyter>=1.0,<2' ,
253253 'numpy>=1.14.5,<2' ,
@@ -258,7 +258,7 @@ def run(self):
258258 # metaclass of a derived class must be a (non-strict) subclass of the
259259 # metaclasses of all its bases" occurred in future.
260260 'six>=1.9,<2' ,
261- 'tensorflow-transform>=0.11 ,<1' ,
261+ 'tensorflow-transform>=0.12 ,<1' ,
262262 ],
263263 'python_requires' : '>=2.7,<3' ,
264264 'packages' : find_packages (),
Original file line number Diff line number Diff line change 1515
1616# Version string for this release of TFMA.
1717# Note that setup.py reads and uses this version.
18- VERSION_STRING = '0.12.0dev '
18+ VERSION_STRING = '0.12.0 '
You can’t perform that action at this time.
0 commit comments