Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Jun 17, 2024
1 parent b00a5cb commit 9efa73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# load and overwrite version and release info from sparseml package
exec(open(os.path.join("src", "sparseml", "version.py")).read())
print(f"loaded version {version} from src/sparseml/version.py")
version_nm_deps = f"{version}.0"
version_nm_deps = f"{version_major}.{version_minor}.0"

if is_release:
_PACKAGE_NAME = "sparseml"
Expand Down

0 comments on commit 9efa73a

Please sign in to comment.