We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37322dd commit 6a7920fCopy full SHA for 6a7920f
setup.py
@@ -41,7 +41,11 @@ def getRequirements():
41
A list of strings containing the pip pkgs.
42
"""
43
pipVersion = pkg_resources.require("pip")[0].version
44
+ setuptoolsVersion = pkg_resources.require("setuptools")[0].version
45
+
46
print("\n PIP Version", pipVersion, "\n")
47
+ print("\n Setuptools Version", setuptoolsVersion, "\n")
48
49
olderPip = pipVersion < "20.0"
50
51
cudaLibsOk = checkCUDAisAvailable()
0 commit comments