decodingdatascience commited on
Commit
250c084
·
verified ·
1 Parent(s): f31871f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,6 +1,2 @@
1
-
2
- gradio==3.41.2
3
- crewai==0.28.8
4
- instructor==0.5.4
5
- typer==0.9.0
6
- openai==1.40.2
 
1
+ crewai # no version pin → pulls a modern version that works with Typer ≥0.12
2
+ openai>=1.40.0