Skip to content

Commit 201610a

Browse files
authored
Merge pull request #308 from SylphAI-Inc/colab-fix
Fix colab issues
2 parents 676638d + b1ef030 commit 201610a

12 files changed

+1646
-1019
lines changed

notebooks/adalflow_colab_template.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
"clear_output()"
5959
]
6060
},
61+
{
62+
"cell_type": "code",
63+
"execution_count": null,
64+
"metadata": {},
65+
"outputs": [],
66+
"source": [
67+
"!pip uninstall httpx anyio -y\n",
68+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
69+
"!pip install httpx==0.24.1"
70+
]
71+
},
6172
{
6273
"cell_type": "markdown",
6374
"metadata": {},

notebooks/qas/adalflow_object_count_auto_optimization.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262
"clear_output()"
6363
]
6464
},
65+
{
66+
"cell_type": "code",
67+
"execution_count": null,
68+
"metadata": {},
69+
"outputs": [],
70+
"source": [
71+
"!pip uninstall httpx anyio -y\n",
72+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
73+
"!pip install httpx==0.24.1"
74+
]
75+
},
6576
{
6677
"cell_type": "code",
6778
"execution_count": null,

notebooks/tutorials/adalflow_classification_optimization.ipynb

Lines changed: 961 additions & 455 deletions
Large diffs are not rendered by default.

notebooks/tutorials/adalflow_component.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@
5959
"clear_output()"
6060
]
6161
},
62+
{
63+
"cell_type": "code",
64+
"execution_count": null,
65+
"metadata": {},
66+
"outputs": [],
67+
"source": [
68+
"!pip uninstall httpx anyio -y\n",
69+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
70+
"!pip install httpx==0.24.1"
71+
]
72+
},
6273
{
6374
"cell_type": "code",
6475
"execution_count": 5,

notebooks/tutorials/adalflow_dataclasses.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@
8282
"clear_output()"
8383
]
8484
},
85+
{
86+
"cell_type": "code",
87+
"execution_count": null,
88+
"metadata": {},
89+
"outputs": [],
90+
"source": [
91+
"!pip uninstall httpx anyio -y\n",
92+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
93+
"!pip install httpx==0.24.1"
94+
]
95+
},
8596
{
8697
"cell_type": "markdown",
8798
"metadata": {

0 commit comments

Comments
 (0)