Skip to content

Commit

Permalink
fix dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
imenelydiaker authored May 27, 2024
1 parent 7abe98b commit 37d8dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ install:

install-demo:
@echo "--- 🚀 Installing demo dependencies ---"
pip install demo_agent/requirements.txt
pip install -r demo_agent/requirements.txt

demo:
@echo "--- 🚀 Running demo agent ---"
Expand Down
3 changes: 3 additions & 0 deletions demo_agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
browsergym-core>=0.3
browsergym-experiments>=0.3
openai>=1.7,<1.8
langchain>=0.1,<0.2
langchain_openai
Expand All @@ -8,3 +9,5 @@ contexttimer
ipython
pyyaml>=6
pandas
joblib
transformers

0 comments on commit 37d8dba

Please sign in to comment.