mirror of
https://github.com/wassname/torchsummaryX.git
synced 2026-06-27 16:47:38 +08:00
Update to v1.2.0
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "torchsummaryX",
|
name = "torchsummaryX",
|
||||||
version = "1.1.0",
|
version = "1.2.0",
|
||||||
description = "Improved visualization tool of torchsummary.",
|
description = "Improved visualization tool of torchsummary.",
|
||||||
author = "Namhyuk Ahn",
|
author = "Namhyuk Ahn",
|
||||||
author_email = "nmhkahn@gmail.com",
|
author_email = "nmhkahn@gmail.com",
|
||||||
url = "https://github.com/nmhkahn/torchsummaryX",
|
url = "https://github.com/nmhkahn/torchsummaryX",
|
||||||
packages =["torchsummaryX"],
|
packages =["torchsummaryX"],
|
||||||
|
install_requires = ["torch", "numpy", "pandas"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user