Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b605ef

Browse files
authoredAug 5, 2021
Fix NM dependencies to require any bug version within the latest major.minor (#170) (#171)
1 parent f1cd710 commit 2b605ef

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
@@ -35,7 +35,7 @@
3535
version_path = os.path.join("src", "deepsparse", "version.py")
3636
exec(open(version_path).read())
3737
print(f"loaded version {version} from {version_path}")
38-
version_base = f"{version_major}.{version_minor}.{version_bug}"
38+
version_base = f"{version_major}.{version_minor}.0"
3939

4040
_PACKAGE_NAME = "deepsparse" if is_release else "deepsparse-nightly"
4141

0 commit comments

Comments
 (0)
This repository has been archived.