Skip to content

Commit f8e5964

Browse files
committed
Update install process
1 parent 40dfad2 commit f8e5964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def load_requirements(file_name):
1515

1616
setup(
1717
name="musco-pytorch",
18-
version="v1.0.2",
18+
version="1.0.3",
1919
description="MUSCO: Multi-Stage COmpression of Neural Networks",
2020
author="Julia Gusak, Maksym Kholiavchenko, Evgeny Ponomarev, Larisa Markeeva, Andrzej Cichocki, Ivan Oseledets",
2121
author_email="julgusak@gmail.com",
2222
url="https://github.com/musco-ai/musco-pytorch",
23-
download_url="https://github.com/musco-ai/musco-pytorch/archive/v1.0.2.tar.gz",
23+
download_url="https://github.com/musco-ai/musco-pytorch/archive/1.0.3.tar.gz",
2424
license="Apache-2.0",
2525
packages=find_packages(),
2626
install_requires=load_requirements("requirements.txt")

0 commit comments

Comments
 (0)