Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 9efa73a

Browse files
committed
comment
1 parent b00a5cb commit 9efa73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# load and overwrite version and release info from sparseml package
3535
exec(open(os.path.join("src", "sparseml", "version.py")).read())
3636
print(f"loaded version {version} from src/sparseml/version.py")
37-
version_nm_deps = f"{version}.0"
37+
version_nm_deps = f"{version_major}.{version_minor}.0"
3838

3939
if is_release:
4040
_PACKAGE_NAME = "sparseml"

0 commit comments

Comments
 (0)