We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bd107 commit 5e56853Copy full SHA for 5e56853
setup.py
@@ -772,7 +772,7 @@ def get_git_version_suffix():
772
773
774
# keep it separate for easy substitution
775
-TRITON_VERSION = "3.4.0" + get_git_version_suffix() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", "")
+TRITON_VERSION = "3.4.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", "")
776
777
# Dynamically define supported Python versions and classifiers
778
MIN_PYTHON = (3, 9)
0 commit comments