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 38014b6 commit 92ac217Copy full SHA for 92ac217
Lib/__np__/packaging.py
@@ -30,7 +30,7 @@ def getPackageUrl(section, name):
30
section += "/np{0}{1}-macos".format(sys.version_info.major, sys.version_info.minor)
31
32
return "{PACKAGE_BASE_URL}/{section}/{name}".format(
33
- PACKAGE_BASE_URL=PACKAGE_BASE_URL, section=section, name=name
+ PACKAGE_BASE_URL=PACKAGE_BASE_URL, section=section, name=name.lower()
34
)
35
36
0 commit comments