Sachi Wagaarachchi commited on
Commit
b55cdbe
·
1 Parent(s): c6cae60

updated reqs

Browse files
Files changed (2) hide show
  1. pyproject.toml +3 -2
  2. requirements.txt +21 -9
pyproject.toml CHANGED
@@ -1,12 +1,13 @@
1
  [build-system]
2
- requires = ["setuptools", "wheel"]
 
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "gradio-qwen-app"
7
  version = "0.1.0"
8
  description = "Gradio app with Qwen models"
9
- requires-python = "==3.11.*"
10
  dependencies = [
11
  "gradio",
12
  "transformers",
 
1
  [build-system]
2
+ # Minimum requirements for the build system to execute.
3
+ requires = ["setuptools", "wheel"] # PEP 508 specifications.
4
  build-backend = "setuptools.build_meta"
5
 
6
  [project]
7
  name = "gradio-qwen-app"
8
  version = "0.1.0"
9
  description = "Gradio app with Qwen models"
10
+ requires-python = ">=3.10"
11
  dependencies = [
12
  "gradio",
13
  "transformers",
requirements.txt CHANGED
@@ -3,7 +3,7 @@
3
  -e .
4
  accelerate==1.6.0
5
  # via gradio-qwen-app
6
- aiofiles==23.2.1
7
  # via gradio
8
  annotated-types==0.7.0
9
  # via pydantic
@@ -12,7 +12,9 @@ anyio==4.9.0
12
  # gradio
13
  # httpx
14
  # starlette
15
- backports-tarfile==1.2.0
 
 
16
  # via jaraco-context
17
  build==1.2.2.post1
18
  # via poetry
@@ -49,6 +51,8 @@ distlib==0.3.9
49
  # via virtualenv
50
  dulwich==0.22.8
51
  # via poetry
 
 
52
  fastapi==0.115.12
53
  # via gradio
54
  fastjsonschema==2.21.1
@@ -101,8 +105,10 @@ idna==3.10
101
  # anyio
102
  # httpx
103
  # requests
104
- importlib-metadata==8.7.0
105
- # via keyring
 
 
106
  installer==0.7.0
107
  # via poetry
108
  jaraco-classes==3.4.0
@@ -123,7 +129,7 @@ keyring==25.6.0
123
  # via poetry
124
  markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
125
  # via rich
126
- markupsafe==2.1.5
127
  # via
128
  # gradio
129
  # jinja2
@@ -170,7 +176,7 @@ nvidia-cusparse-cu12==12.1.0.106 ; platform_machine == 'x86_64' and sys_platform
170
  # torch
171
  nvidia-nccl-cu12==2.19.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
172
  # via torch
173
- nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and sys_platform == 'linux'
174
  # via
175
  # nvidia-cusolver-cu12
176
  # nvidia-cusparse-cu12
@@ -279,6 +285,10 @@ sympy==1.14.0
279
  # via torch
280
  tokenizers==0.21.1
281
  # via transformers
 
 
 
 
282
  tomlkit==0.13.2
283
  # via
284
  # gradio
@@ -291,7 +301,7 @@ tqdm==4.67.1
291
  # via
292
  # huggingface-hub
293
  # transformers
294
- transformers==4.48.3
295
  # via gradio-qwen-app
296
  triton==2.2.0 ; platform_machine == 'x86_64' and sys_platform == 'linux'
297
  # via torch
@@ -308,9 +318,11 @@ typing-extensions==4.13.2
308
  # huggingface-hub
309
  # pydantic
310
  # pydantic-core
 
311
  # torch
312
  # typer
313
  # typing-inspection
 
314
  typing-inspection==0.4.0
315
  # via pydantic
316
  tzdata==2025.2
@@ -324,11 +336,11 @@ uvicorn==0.34.2 ; sys_platform != 'emscripten'
324
  # via gradio
325
  virtualenv==20.30.0
326
  # via poetry
327
- websockets==14.2
328
  # via gradio-client
329
  xattr==1.1.4 ; sys_platform == 'darwin'
330
  # via poetry
331
- zipp==3.21.0
332
  # via importlib-metadata
333
  zstandard==0.23.0
334
  # via pbs-installer
 
3
  -e .
4
  accelerate==1.6.0
5
  # via gradio-qwen-app
6
+ aiofiles==24.1.0
7
  # via gradio
8
  annotated-types==0.7.0
9
  # via pydantic
 
12
  # gradio
13
  # httpx
14
  # starlette
15
+ audioop-lts==0.2.1 ; python_full_version >= '3.13'
16
+ # via gradio
17
+ backports-tarfile==1.2.0 ; python_full_version < '3.12'
18
  # via jaraco-context
19
  build==1.2.2.post1
20
  # via poetry
 
51
  # via virtualenv
52
  dulwich==0.22.8
53
  # via poetry
54
+ exceptiongroup==1.2.2 ; python_full_version < '3.11'
55
+ # via anyio
56
  fastapi==0.115.12
57
  # via gradio
58
  fastjsonschema==2.21.1
 
105
  # anyio
106
  # httpx
107
  # requests
108
+ importlib-metadata==8.7.0 ; python_full_version < '3.12'
109
+ # via
110
+ # build
111
+ # keyring
112
  installer==0.7.0
113
  # via poetry
114
  jaraco-classes==3.4.0
 
129
  # via poetry
130
  markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
131
  # via rich
132
+ markupsafe==3.0.2
133
  # via
134
  # gradio
135
  # jinja2
 
176
  # torch
177
  nvidia-nccl-cu12==2.19.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
178
  # via torch
179
+ nvidia-nvjitlink-cu12==12.9.41 ; platform_machine == 'x86_64' and sys_platform == 'linux'
180
  # via
181
  # nvidia-cusolver-cu12
182
  # nvidia-cusparse-cu12
 
285
  # via torch
286
  tokenizers==0.21.1
287
  # via transformers
288
+ tomli==2.2.1 ; python_full_version < '3.11'
289
+ # via
290
+ # build
291
+ # poetry
292
  tomlkit==0.13.2
293
  # via
294
  # gradio
 
301
  # via
302
  # huggingface-hub
303
  # transformers
304
+ transformers==4.51.3
305
  # via gradio-qwen-app
306
  triton==2.2.0 ; platform_machine == 'x86_64' and sys_platform == 'linux'
307
  # via torch
 
318
  # huggingface-hub
319
  # pydantic
320
  # pydantic-core
321
+ # rich
322
  # torch
323
  # typer
324
  # typing-inspection
325
+ # uvicorn
326
  typing-inspection==0.4.0
327
  # via pydantic
328
  tzdata==2025.2
 
336
  # via gradio
337
  virtualenv==20.30.0
338
  # via poetry
339
+ websockets==15.0.1
340
  # via gradio-client
341
  xattr==1.1.4 ; sys_platform == 'darwin'
342
  # via poetry
343
+ zipp==3.21.0 ; python_full_version < '3.12'
344
  # via importlib-metadata
345
  zstandard==0.23.0
346
  # via pbs-installer