提交 ee07ec21 编写于 作者: H Hongsheng Zeng 提交者: Bo Zhou

release version 1.1.1 (#111)

* release version 1.1.1

* add version requirement of tensorboard
上级 7dafee77
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "1.1" __version__ = "1.1.1"
""" """
generates new PARL python API generates new PARL python API
""" """
......
...@@ -69,8 +69,8 @@ setup( ...@@ -69,8 +69,8 @@ setup(
"pyarrow==0.13.0", "pyarrow==0.13.0",
"scipy>=1.0.0", "scipy>=1.0.0",
"cloudpickle==1.0.0", "cloudpickle==1.0.0",
"tensorboardX", "tensorboardX==1.8",
"tensorboard", "tensorboard==1.14.0",
], ],
classifiers=[ classifiers=[
'Intended Audience :: Developers', 'Intended Audience :: Developers',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册