Skip to content

Commit

Permalink
Fix NM dependencies to require any bug version within the latest majo…
Browse files Browse the repository at this point in the history
…r.minor (#170) (#171)
  • Loading branch information
markurtz committed Aug 5, 2021
1 parent f1cd710 commit 2b605ef
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 @@ -35,7 +35,7 @@
version_path = os.path.join("src", "deepsparse", "version.py")
exec(open(version_path).read())
print(f"loaded version {version} from {version_path}")
version_base = f"{version_major}.{version_minor}.{version_bug}"
version_base = f"{version_major}.{version_minor}.0"

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

Expand Down

0 comments on commit 2b605ef

Please sign in to comment.