mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 13:17:52 +02:00
Fixup dup pip (#389)
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#%%capture --no-stderr\n",
|
||||
"%pip install install pygraphviz"
|
||||
"%pip install pygraphviz"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -382,9 +382,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# %%capture --no-stderr\n",
|
||||
"%pip install install pyppeteer\n",
|
||||
"%pip install pyppeteer\n",
|
||||
"# %%capture --no-stderr\n",
|
||||
"%pip install install nest_asyncio"
|
||||
"%pip install nest_asyncio"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user