Gokul Soumya commited on
Commit
1497d29
·
1 Parent(s): b333ba5

Add pytorch index url to requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -17
requirements.txt CHANGED
@@ -1,14 +1,19 @@
 
 
 
 
 
1
  aiofiles==24.1.0
2
  annotated-types==0.7.0
3
  anyio==4.10.0
4
  brotli==1.1.0
5
- certifi==2025.8.3
6
- charset-normalizer==3.4.3
7
  click==8.2.1
8
  fastapi==0.116.2
9
  ffmpy==0.6.1
10
- filelock==3.19.1
11
- fsspec==2025.9.0
12
  gradio==5.46.0
13
  gradio-client==1.13.0
14
  groovy==0.1.2
@@ -17,18 +22,18 @@ hf-xet==1.1.10
17
  httpcore==1.0.9
18
  httpx==0.28.1
19
  huggingface-hub==0.35.0
20
- idna==3.10
21
- jinja2==3.1.6
22
  markdown-it-py==4.0.0
23
- markupsafe==3.0.2
24
  mdurl==0.1.2
25
  mpmath==1.3.0
26
- networkx==3.5
27
- numpy==2.3.3
28
  orjson==3.11.3
29
- packaging==25.0
30
  pandas==2.3.2
31
- pillow==11.3.0
32
  pydantic==2.11.9
33
  pydantic-core==2.33.2
34
  pydub==0.25.1
@@ -38,27 +43,27 @@ python-multipart==0.0.20
38
  pytz==2025.2
39
  pyyaml==6.0.2
40
  regex==2025.9.1
41
- requests==2.32.5
42
  rich==14.1.0
43
  ruff==0.13.0
44
  safehttpx==0.1.6
45
  safetensors==0.6.2
46
  semantic-version==2.10.0
47
- setuptools==80.9.0
48
  shellingham==1.5.4
49
  six==1.17.0
50
  sniffio==1.3.1
51
  starlette==0.48.0
52
- sympy==1.14.0
53
  tokenizers==0.22.0
54
  tomlkit==0.13.3
55
  torch==2.8.0+cpu
56
- tqdm==4.67.1
57
  transformers==4.56.1
58
  typer==0.17.4
59
- typing-extensions==4.15.0
60
  typing-inspection==0.4.1
61
  tzdata==2025.2
62
- urllib3==2.5.0
63
  uvicorn==0.35.0
64
  websockets==15.0.1
 
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile pyproject.toml --output-file requirements.txt --torch-backend cpu --no-annotate --emit-index-url --extra-index-url https://download.pytorch.org/whl/cpu
3
+ --index-url https://pypi.org/simple
4
+ --extra-index-url https://download.pytorch.org/whl/cpu
5
+
6
  aiofiles==24.1.0
7
  annotated-types==0.7.0
8
  anyio==4.10.0
9
  brotli==1.1.0
10
+ certifi==2022.12.7
11
+ charset-normalizer==2.1.1
12
  click==8.2.1
13
  fastapi==0.116.2
14
  ffmpy==0.6.1
15
+ filelock==3.13.1
16
+ fsspec==2024.6.1
17
  gradio==5.46.0
18
  gradio-client==1.13.0
19
  groovy==0.1.2
 
22
  httpcore==1.0.9
23
  httpx==0.28.1
24
  huggingface-hub==0.35.0
25
+ idna==3.4
26
+ jinja2==3.1.4
27
  markdown-it-py==4.0.0
28
+ markupsafe==2.1.5
29
  mdurl==0.1.2
30
  mpmath==1.3.0
31
+ networkx==3.3
32
+ numpy==2.1.2
33
  orjson==3.11.3
34
+ packaging==24.1
35
  pandas==2.3.2
36
+ pillow==11.0.0
37
  pydantic==2.11.9
38
  pydantic-core==2.33.2
39
  pydub==0.25.1
 
43
  pytz==2025.2
44
  pyyaml==6.0.2
45
  regex==2025.9.1
46
+ requests==2.28.1
47
  rich==14.1.0
48
  ruff==0.13.0
49
  safehttpx==0.1.6
50
  safetensors==0.6.2
51
  semantic-version==2.10.0
52
+ setuptools==70.2.0
53
  shellingham==1.5.4
54
  six==1.17.0
55
  sniffio==1.3.1
56
  starlette==0.48.0
57
+ sympy==1.13.3
58
  tokenizers==0.22.0
59
  tomlkit==0.13.3
60
  torch==2.8.0+cpu
61
+ tqdm==4.66.5
62
  transformers==4.56.1
63
  typer==0.17.4
64
+ typing-extensions==4.12.2
65
  typing-inspection==0.4.1
66
  tzdata==2025.2
67
+ urllib3==1.26.13
68
  uvicorn==0.35.0
69
  websockets==15.0.1