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
|
distro
|
||||||
dotenv
|
dotenv
|
||||||
fastapi
|
fastapi
|
||||||
graspologic>=3.4.1
|
|
||||||
httpcore
|
httpcore
|
||||||
httpx
|
httpx
|
||||||
jiter
|
jiter
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,6 @@ import pipmaster as pm
|
||||||
if not pm.is_installed("networkx"):
|
if not pm.is_installed("networkx"):
|
||||||
pm.install("networkx")
|
pm.install("networkx")
|
||||||
|
|
||||||
if not pm.is_installed("graspologic"):
|
|
||||||
pm.install("graspologic")
|
|
||||||
|
|
||||||
import networkx as nx
|
import networkx as nx
|
||||||
from .shared_storage import (
|
from .shared_storage import (
|
||||||
get_storage_lock,
|
get_storage_lock,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue