ejschwartz commited on
Commit
4d0f5bb
·
1 Parent(s): 4fecb04

requirements

Browse files
Files changed (4) hide show
  1. .python-version +1 -1
  2. README.md +0 -1
  3. pyproject.toml +1 -1
  4. requirements.txt +12 -4
.python-version CHANGED
@@ -1 +1 @@
1
- 3.11
 
1
+ 3.10
README.md CHANGED
@@ -4,7 +4,6 @@ emoji: 🚀
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.6.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  ---
pyproject.toml CHANGED
@@ -3,7 +3,7 @@ name = "ghidrafunctioncppexporter-remote"
3
  version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
- requires-python = ">=3.11"
7
  dependencies = [
8
  "gradio-client>=2.1.0",
9
  "python-frontmatter>=1.1.0",
 
3
  version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
+ requires-python = ">=3.10"
7
  dependencies = [
8
  "gradio-client>=2.1.0",
9
  "python-frontmatter>=1.1.0",
requirements.txt CHANGED
@@ -23,6 +23,8 @@ click==8.3.1
23
  # via
24
  # typer
25
  # uvicorn
 
 
26
  fastapi==0.135.1
27
  # via gradio
28
  ffmpy==1.0.0
@@ -45,7 +47,7 @@ h11==0.16.0
45
  # via
46
  # httpcore
47
  # uvicorn
48
- hf-xet==1.3.2
49
  # via huggingface-hub
50
  httpcore==1.0.9
51
  # via httpx
@@ -73,7 +75,7 @@ markupsafe==3.0.3
73
  # jinja2
74
  mdurl==0.1.2
75
  # via markdown-it-py
76
- numpy==2.4.3
77
  # via
78
  # gradio
79
  # pandas
@@ -84,7 +86,7 @@ packaging==26.0
84
  # gradio
85
  # gradio-client
86
  # huggingface-hub
87
- pandas==3.0.1
88
  # via gradio
89
  pillow==12.1.1
90
  # via gradio
@@ -105,7 +107,9 @@ python-frontmatter==1.1.0
105
  python-multipart==0.0.22
106
  # via gradio
107
  pytz==2026.1.post1
108
- # via gradio
 
 
109
  pyyaml==6.0.3
110
  # via
111
  # gradio
@@ -138,6 +142,7 @@ typer==0.24.1
138
  typing-extensions==4.15.0
139
  # via
140
  # anyio
 
141
  # fastapi
142
  # gradio
143
  # gradio-client
@@ -146,9 +151,12 @@ typing-extensions==4.15.0
146
  # pydantic-core
147
  # starlette
148
  # typing-inspection
 
149
  typing-inspection==0.4.2
150
  # via
151
  # fastapi
152
  # pydantic
 
 
153
  uvicorn==0.41.0
154
  # via gradio
 
23
  # via
24
  # typer
25
  # uvicorn
26
+ exceptiongroup==1.3.1
27
+ # via anyio
28
  fastapi==0.135.1
29
  # via gradio
30
  ffmpy==1.0.0
 
47
  # via
48
  # httpcore
49
  # uvicorn
50
+ hf-xet==1.4.0
51
  # via huggingface-hub
52
  httpcore==1.0.9
53
  # via httpx
 
75
  # jinja2
76
  mdurl==0.1.2
77
  # via markdown-it-py
78
+ numpy==2.2.6
79
  # via
80
  # gradio
81
  # pandas
 
86
  # gradio
87
  # gradio-client
88
  # huggingface-hub
89
+ pandas==2.3.3
90
  # via gradio
91
  pillow==12.1.1
92
  # via gradio
 
107
  python-multipart==0.0.22
108
  # via gradio
109
  pytz==2026.1.post1
110
+ # via
111
+ # gradio
112
+ # pandas
113
  pyyaml==6.0.3
114
  # via
115
  # gradio
 
142
  typing-extensions==4.15.0
143
  # via
144
  # anyio
145
+ # exceptiongroup
146
  # fastapi
147
  # gradio
148
  # gradio-client
 
151
  # pydantic-core
152
  # starlette
153
  # typing-inspection
154
+ # uvicorn
155
  typing-inspection==0.4.2
156
  # via
157
  # fastapi
158
  # pydantic
159
+ tzdata==2025.3
160
+ # via pandas
161
  uvicorn==0.41.0
162
  # via gradio