Update to v1.2.0

This commit is contained in:
Namhyuk Ahn
2019-06-05 19:17:05 +09:00
parent 36b54e837a
commit d61b3d7032
+2 -1
View File
@@ -2,10 +2,11 @@ from setuptools import setup, find_packages
setup(
name = "torchsummaryX",
version = "1.1.0",
version = "1.2.0",
description = "Improved visualization tool of torchsummary.",
author = "Namhyuk Ahn",
author_email = "nmhkahn@gmail.com",
url = "https://github.com/nmhkahn/torchsummaryX",
packages =["torchsummaryX"],
install_requires = ["torch", "numpy", "pandas"],
)