Skip to content

Commit f354043

Browse files
authored
Update skycamp2023.ipynb
1 parent 2cee6b6 commit f354043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skycamp2023.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"import pkg_resources # Install the package if it's not installed\n",
4747
"if not \"dspy-ai\" in {pkg.key for pkg in pkg_resources.working_set}:\n",
4848
" !pip install -U pip\n",
49-
" # !pip install dspy-ai\n",
50-
" !pip install -e $repo_path\n",
49+
" !pip install dspy-ai==2.1\n",
50+
" # !pip install -e $repo_path\n",
5151
"\n",
5252
"!pip install transformers"
5353
]

0 commit comments

Comments
 (0)