Spaces:
mmb80
/
Running on CPU Upgrade

mmb80 commited on
Commit
88b24f5
·
verified ·
1 Parent(s): 694d8c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -67
requirements.txt CHANGED
@@ -1,67 +1,67 @@
1
- -f https://download.pytorch.org/whl/cpu/torch_stable.html
2
- torch==2.3.1+cpu
3
- torchvision==0.18.1+cpu
4
- aiofiles==23.2.1
5
- annotated-types==0.7.0
6
- antialiased-cnns==0.3
7
- anyio==4.8.0
8
- certifi==2025.1.31
9
- charset-normalizer==3.4.1
10
- click==8.1.8
11
- dlib==19.24.6
12
- face-recognition==1.3.0
13
- face_recognition_models==0.3.0
14
- fastapi==0.115.8
15
- ffmpy==0.5.0
16
- filelock==3.17.0
17
- fsspec==2025.2.0
18
- gradio==5.15.0
19
- gradio_client==1.7.0
20
- h11==0.14.0
21
- httpcore==1.0.7
22
- httptools==0.6.4
23
- httpx==0.28.1
24
- huggingface-hub==0.28.1
25
- idna==3.10
26
- Jinja2==3.1.5
27
- markdown-it-py==3.0.0
28
- MarkupSafe==2.1.5
29
- mdurl==0.1.2
30
- mpmath==1.3.0
31
- networkx==3.4.2
32
- numpy==2.2.2
33
- orjson==3.10.15
34
- packaging==24.2
35
- pandas==2.2.3
36
- pillow==11.1.0
37
- pydantic==2.10.6
38
- pydantic_core==2.27.2
39
- pydub==0.25.1
40
- Pygments==2.19.1
41
- python-dateutil==2.9.0.post0
42
- python-dotenv==1.0.1
43
- python-multipart==0.0.20
44
- pytz==2025.1
45
- PyYAML==6.0.2
46
- requests==2.32.3
47
- rich==13.9.4
48
- ruff==0.9.6
49
- safehttpx==0.1.6
50
- semantic-version==2.10.0
51
- setuptools==75.8.0
52
- shellingham==1.5.4
53
- six==1.17.0
54
- sniffio==1.3.1
55
- starlette==0.45.3
56
- sympy==1.13.1
57
- tomlkit==0.13.2
58
- tqdm==4.67.1
59
- typer==0.15.1
60
- typing_extensions==4.12.2
61
- tzdata==2025.1
62
- urllib3==2.3.0
63
- uvicorn==0.34.0
64
- uvloop==0.21.0
65
- watchfiles==1.0.4
66
- websockets==14.2
67
- boto3==1.39.2
 
1
+ torch
2
+ torchvision
3
+ torchaudio
4
+ aiofiles
5
+ annotated-types
6
+ antialiased-cnns
7
+ anyio
8
+ certifi
9
+ charset-normalizer
10
+ click
11
+ dlib
12
+ face-recognition
13
+ face_recognition_models
14
+ fastapi
15
+ ffmpy
16
+ filelock
17
+ fsspec
18
+ gradio
19
+ gradio_client
20
+ h11
21
+ httpcore
22
+ httptools
23
+ httpx
24
+ huggingface-hub
25
+ idna
26
+ Jinja2
27
+ markdown-it-py
28
+ MarkupSafe
29
+ mdurl
30
+ mpmath
31
+ networkx
32
+ numpy
33
+ orjson
34
+ packaging
35
+ pandas
36
+ pillow
37
+ pydantic
38
+ pydantic_core
39
+ pydub
40
+ Pygments
41
+ python-dateutil
42
+ python-dotenv
43
+ python-multipart
44
+ pytz
45
+ PyYAML
46
+ requests
47
+ rich
48
+ ruff
49
+ safehttpx
50
+ semantic-version
51
+ setuptools
52
+ shellingham
53
+ six
54
+ sniffio
55
+ starlette
56
+ sympy
57
+ tomlkit
58
+ tqdm
59
+ typer
60
+ typing_extensions
61
+ tzdata
62
+ urllib3
63
+ uvicorn
64
+ uvloop
65
+ watchfiles
66
+ websockets
67
+ boto3