Francesco Laiti commited on
Commit
d969f4b
·
1 Parent(s): 37d663e

Update requirements

Browse files
Files changed (3) hide show
  1. pyproject.toml +1 -0
  2. requirements.txt +9 -95
  3. uv.lock +2 -0
pyproject.toml CHANGED
@@ -9,6 +9,7 @@ dependencies = [
9
  "google-genai>=1.12.1",
10
  "googlesearch-python>=1.3.0",
11
  "gradio[oauth]>=5.27.0",
 
12
  "openpyxl>=3.1.5",
13
  "pandas>=2.2.3",
14
  "pycountry>=24.6.1",
 
9
  "google-genai>=1.12.1",
10
  "googlesearch-python>=1.3.0",
11
  "gradio[oauth]>=5.27.0",
12
+ "huggingface-hub>=0.30.2",
13
  "openpyxl>=3.1.5",
14
  "pandas>=2.2.3",
15
  "pycountry>=24.6.1",
requirements.txt CHANGED
@@ -1,95 +1,9 @@
1
- absl-py==0.12.0
2
- agno==1.1.14
3
- annotated-types==0.7.0
4
- anyio==4.5.2
5
- astunparse==1.6.3
6
- cachetools==4.2.2
7
- certifi==2021.5.30
8
- chardet==4.0.0
9
- click==8.1.8
10
- cycler==0.10.0
11
- decorator==4.4.2
12
- distro==1.9.0
13
- docstring_parser==0.16
14
- exceptiongroup==1.2.2
15
- flatbuffers==1.12
16
- gast==0.4.0
17
- gitdb==4.0.12
18
- GitPython==3.1.44
19
- google-auth==1.30.0
20
- google-auth-oauthlib==0.4.4
21
- google-pasta==0.2.0
22
- greenlet==3.1.1
23
- grpcio==1.34.1
24
- h11==0.14.0
25
- h5py==3.1.0
26
- helper==2.5.0
27
- helpers==0.2.0
28
- httpcore==1.0.7
29
- httpx==0.27.2
30
- idna==2.10
31
- imageio==2.9.0
32
- instascrape==0.1
33
- jiter==0.9.0
34
- joblib==1.0.1
35
- Keras==2.4.3
36
- keras-nightly==2.5.0.dev2021032900
37
- Keras-Preprocessing==1.1.2
38
- kiwisolver==1.3.1
39
- lxml==4.9.2
40
- Markdown==3.3.4
41
- markdown-it-py==3.0.0
42
- matplotlib==3.4.2
43
- mdurl==0.1.2
44
- networkx==2.5.1
45
- numpy==1.20.3
46
- oauthlib==3.1.0
47
- ollama==0.4.5
48
- openai==1.67.0
49
- opt-einsum==3.3.0
50
- osgeo==0.0.0
51
- pandas==2.0.3
52
- Pillow==8.2.0
53
- protobuf==3.17.0
54
- psutil==6.1.1
55
- pyasn1==0.4.8
56
- pyasn1-modules==0.2.8
57
- pydantic==2.10.4
58
- pydantic-settings==2.8.1
59
- pydantic_core==2.27.2
60
- Pygments==2.19.1
61
- pyparsing==2.4.7
62
- python-dateutil==2.9.0.post0
63
- python-dotenv==1.0.1
64
- python-multipart==0.0.20
65
- pytz==2024.2
66
- PyWavelets==1.1.1
67
- PyYAML==5.4.1
68
- requests==2.25.1
69
- requests-oauthlib==1.3.0
70
- rich==13.9.4
71
- rsa==4.7.2
72
- scikit-image==0.18.1
73
- scikit-learn==0.24.2
74
- scipy==1.6.3
75
- shellingham==1.5.4
76
- six==1.15.0
77
- smmap==5.0.2
78
- sniffio==1.3.1
79
- SQLAlchemy==2.0.39
80
- tensorboard==2.5.0
81
- tensorboard-data-server==0.6.1
82
- tensorboard-plugin-wit==1.8.0
83
- tensorflow-estimator==2.5.0
84
- termcolor==1.1.0
85
- threadpoolctl==2.1.0
86
- tifffile==2021.4.8
87
- tomli==2.2.1
88
- tqdm==4.67.1
89
- typer==0.15.2
90
- typing_extensions==4.12.2
91
- tzdata==2024.2
92
- urllib3==1.26.4
93
- validate-email==1.3
94
- Werkzeug==2.0.1
95
- wrapt==1.12.1
 
1
+ agno==1.4.2
2
+ google-genai==1.12.1
3
+ googlesearch-python==1.3.0
4
+ gradio[oauth]==5.27.0
5
+ huggingface-hub==0.30.2
6
+ openpyxl==3.1.5
7
+ pandas==2.2.3
8
+ pycountry==24.6.1
9
+ yt-dlp==2025.3.31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
uv.lock CHANGED
@@ -327,6 +327,7 @@ dependencies = [
327
  { name = "google-genai" },
328
  { name = "googlesearch-python" },
329
  { name = "gradio", extra = ["oauth"] },
 
330
  { name = "openpyxl" },
331
  { name = "pandas" },
332
  { name = "pycountry" },
@@ -339,6 +340,7 @@ requires-dist = [
339
  { name = "google-genai", specifier = ">=1.12.1" },
340
  { name = "googlesearch-python", specifier = ">=1.3.0" },
341
  { name = "gradio", extras = ["oauth"], specifier = ">=5.27.0" },
 
342
  { name = "openpyxl", specifier = ">=3.1.5" },
343
  { name = "pandas", specifier = ">=2.2.3" },
344
  { name = "pycountry", specifier = ">=24.6.1" },
 
327
  { name = "google-genai" },
328
  { name = "googlesearch-python" },
329
  { name = "gradio", extra = ["oauth"] },
330
+ { name = "huggingface-hub" },
331
  { name = "openpyxl" },
332
  { name = "pandas" },
333
  { name = "pycountry" },
 
340
  { name = "google-genai", specifier = ">=1.12.1" },
341
  { name = "googlesearch-python", specifier = ">=1.3.0" },
342
  { name = "gradio", extras = ["oauth"], specifier = ">=5.27.0" },
343
+ { name = "huggingface-hub", specifier = ">=0.30.2" },
344
  { name = "openpyxl", specifier = ">=3.1.5" },
345
  { name = "pandas", specifier = ">=2.2.3" },
346
  { name = "pycountry", specifier = ">=24.6.1" },