wakeupmh commited on
Commit
d376a3e
·
1 Parent(s): 34688e7

fix: add missing dep

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -4,7 +4,8 @@ streamlit>=1.29.0
4
  accelerate>=0.26.0
5
  arxiv>=1.4.7
6
  python-dotenv>=1.0.0
7
- agno==1.0.6
8
  ollama>=0.4.7
9
  pypdf>=3.11.1
10
- watchdog>=2.3.1
 
 
4
  accelerate>=0.26.0
5
  arxiv>=1.4.7
6
  python-dotenv>=1.0.0
7
+ agno>=1.1.5
8
  ollama>=0.4.7
9
  pypdf>=3.11.1
10
+ watchdog>=2.3.1
11
+ openai>=1.36.0