Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ dependencies:
- pyarrow==15.0.0
- pyasn1==0.6.0
- pyasn1-modules==0.4.0
- pyautogen==0.2.17
- ag2==0.2.17
- pycodestyle==2.11.1
- pycparser==2.22
- pycryptodomex==3.20.0
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03-book-llm-agents-autogen-pdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"metadata": {},
"outputs": [],
"source": [
"# install pyautogen package if you haven't installed\n",
"# %pip install pyautogen"
"# install ag2 package if you haven't installed\n",
"# %pip install ag2"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ py==1.11.0
pyarrow==15.0.0
pyasn1==0.6.0
pyasn1_modules==0.4.0
pyautogen==0.2.17
ag2==0.2.17
pycodestyle==2.11.1
pycparser==2.22
pycryptodomex==3.20.0
Expand Down