Skip to content

Commit

Permalink
Some more package renames
Browse files Browse the repository at this point in the history
Resolves #69
  • Loading branch information
blast-hardcheese committed Dec 19, 2023
1 parent 6876bf0 commit f551077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/backends/python/pypi_map.override.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ var moduleToPypiPackageOverride = map[string]string{
"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
/* Proxy packages
*
* These are packages that provide helpful aliases, but otherwise provide no functionality.
* We should prefer the real version.
*/
"discord": "discord.py",
"bs4": "beautifulsoup4",
"glm": "PyGLM",
}

0 comments on commit f551077

Please sign in to comment.