Skip to content

Commit 15e6a20

Browse files
committed
build(demo): bump Colab pin to 2cd87d3
1 parent 2cd87d3 commit 15e6a20

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

demo/notebooks/00_seed_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@
105105
" \"pip\",\n",
106106
" \"install\",\n",
107107
" \"-q\",\n",
108-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode-embedded\",\n",
108+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode-embedded\",\n",
109109
" ],\n",
110110
" check=True,\n",
111111
" timeout=600,\n",
112112
" )\n",
113113
"\n",
114114
"_coordinode_spec = (\n",
115-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode\"\n",
115+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode\"\n",
116116
" if IN_COLAB\n",
117117
" else \"coordinode\"\n",
118118
")\n",

demo/notebooks/01_llama_index_property_graph.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
" \"pip\",\n",
9292
" \"install\",\n",
9393
" \"-q\",\n",
94-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode-embedded\",\n",
94+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode-embedded\",\n",
9595
" ],\n",
9696
" check=True,\n",
9797
" timeout=600,\n",
@@ -102,7 +102,7 @@
102102
"# The remaining packages (coordinode, llama-index, etc.) are installed without pins:\n",
103103
"# they are pure Python, release frequently, and pip resolves a compatible version.\n",
104104
"_coordinode_spec = (\n",
105-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode\"\n",
105+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode\"\n",
106106
" if IN_COLAB\n",
107107
" else \"coordinode\"\n",
108108
")\n",

demo/notebooks/02_langchain_graph_chain.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
" \"pip\",\n",
8989
" \"install\",\n",
9090
" \"-q\",\n",
91-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode-embedded\",\n",
91+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode-embedded\",\n",
9292
" ],\n",
9393
" check=True,\n",
9494
" timeout=600,\n",
@@ -102,7 +102,7 @@
102102
"# The remaining packages (coordinode, LangChain, etc.) are installed without pins:\n",
103103
"# they are pure Python, release frequently, and pip resolves a compatible version.\n",
104104
"_coordinode_spec = (\n",
105-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode\"\n",
105+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode\"\n",
106106
" if IN_COLAB\n",
107107
" else \"coordinode\"\n",
108108
")\n",
@@ -115,7 +115,7 @@
115115
" \"-q\",\n",
116116
" _coordinode_spec,\n",
117117
" \"langchain\",\n",
118-
" \"git+https://github.com/structured-world/coordinode-python.git@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=langchain-coordinode\",\n",
118+
" \"git+https://github.com/structured-world/coordinode-python.git@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=langchain-coordinode\",\n",
119119
" \"langchain-community\",\n",
120120
" \"langchain-openai\",\n",
121121
" \"nest_asyncio\",\n",

demo/notebooks/03_langgraph_agent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"IN_COLAB = \"google.colab\" in sys.modules\n",
4444
"_EMBEDDED_PIP_SPEC = (\n",
4545
" \"git+https://github.com/structured-world/coordinode-python.git\"\n",
46-
" \"@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode-embedded\"\n",
46+
" \"@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode-embedded\"\n",
4747
")\n",
4848
"_SDK_PIP_SPEC = (\n",
4949
" \"git+https://github.com/structured-world/coordinode-python.git\"\n",
50-
" \"@0b7fd95245f48eab3ae9ddb3e9499171c68a89f4#subdirectory=coordinode\"\n",
50+
" \"@2cd87d3092f5d0112c662f20309846cec38ea793#subdirectory=coordinode\"\n",
5151
")\n",
5252
"\n",
5353
"# Install coordinode-embedded in Colab only (requires Rust build).\n",

0 commit comments

Comments
 (0)