mirror of
https://github.com/wassname/torchsummaryX.git
synced 2026-06-27 17:02:56 +08:00
Update to v1.2.0
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user