Skip to content

Commit

Permalink
Explain why this is in here
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 19, 2023
1 parent c7d056e commit 6876bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/backends/python/pypi_map.override.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var moduleToPypiPackageOverride = map[string]string{
"nvd3": "python-nvd3", // not popular enough 6th in popularity
"requirements": "requirements-parser", // popular rlbot depends on it, but doesn't supply requires_dist
"base62": "pybase62", // it was overridden by base-62 which wins due to name match but is less popular by far
"faiss": "faiss-cpu",
"graphics": "graphics.py", // this package is popular, but the module doesn't match the package name https://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html#a-graphics-introduction
"replit.ai": "replit-ai", // Replit's AI package
"faiss": "faiss-cpu", // faiss is offered as precompiled wheels, faiss-cpu and faiss-gpu.
"graphics": "graphics.py", // this package is popular, but the module doesn't match the package name https://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html#a-graphics-introduction
"replit.ai": "replit-ai", // Replit's AI package
}

0 comments on commit 6876bf0

Please sign in to comment.