Merge branch 'patch-1'
This commit is contained in:
commit
6e1ca8f461
2 changed files with 0 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ asyncpg
|
|||
distro
|
||||
dotenv
|
||||
fastapi
|
||||
graspologic>=3.4.1
|
||||
httpcore
|
||||
httpx
|
||||
jiter
|
||||
|
|
|
|||
|
|
@ -12,9 +12,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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue