Omachoko commited on
Commit
b45c3ff
·
1 Parent(s): ec318da

Update requirements.txt with corrected dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,17 +1,21 @@
1
- gradio
2
- requests
3
- pandas
4
- numpy
 
 
 
 
 
 
 
 
5
  openpyxl
6
- pillow
7
  torch
8
  transformers
9
- huggingface_hub
10
  opencv-python
11
  beautifulsoup4
12
  yt-dlp
13
  ultralytics
14
- openai
15
  torchaudio
16
- ffmpeg-python
17
- python-magic
 
1
+ # Requirements for GAIA Agent
2
+ gradio==3.50.2
3
+ requests==2.31.0
4
+ pandas==2.1.1
5
+ huggingface_hub==0.19.4
6
+ duckduckgo-search==3.9.9
7
+ datasets==2.15.0
8
+ wikipedia-api==0.6.0
9
+ openai==1.3.5
10
+ python-magic==0.4.27
11
+ pillow==10.1.0
12
+ numpy==1.26.1
13
  openpyxl
 
14
  torch
15
  transformers
 
16
  opencv-python
17
  beautifulsoup4
18
  yt-dlp
19
  ultralytics
 
20
  torchaudio
21
+ ffmpeg-python