Remove graspologic pip installation that no longer seems to be used

As far as I can tell this is no longer actually used and its usage was removed in this commit:
83353ab9a6 (diff-a346bcfb05aab0cc0c0baa6018976f4efab339e8cade9f6f8fb658fcbd54ae2e)

Our systems are flagging this package as having a dependency on a package with a less permissive license so I would appreciate if it can be removed if its no longer needed.  Let me know if that is not the case.
This commit is contained in:
pablo-statsig 2025-06-05 18:01:00 -07:00 committed by GitHub
parent dc97b2b84f
commit 4a8202138c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,6 @@ import pipmaster as pm
if not pm.is_installed("networkx"):
pm.install("networkx")
if not pm.is_installed("graspologic"):
pm.install("graspologic")
import networkx as nx
from .shared_storage import (
get_storage_lock,