Skip to content

Commit 01b04d8

Browse files
Just add all the packages that transitively depend on torch for now (#326)
1 parent 81b5361 commit 01b04d8

File tree

2 files changed

+1120
-3
lines changed

2 files changed

+1120
-3
lines changed

internal/backends/python/python.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package python provides backends for Python 2 and 3 using Poetry and pip.
1+
// Package python provides backends for Python 3 using uv, poetry and pip.
22
package python
33

44
import (
@@ -23,8 +23,6 @@ import (
2323

2424
var normalizationPattern = regexp.MustCompile(`[-_.]+`)
2525

26-
var torchOverrides = []string{"torch", "torchvision"}
27-
2826
// this generates a mapping of pypi packages <-> modules
2927
// moduleToPypiPackage pypiPackageToModules are provided
3028
// pypiEntryInfoResponse is a wrapper around pypiEntryInfo

0 commit comments

Comments
 (0)