Winston de Jong commited on
Commit
6cf5b04
·
1 Parent(s): abdd359

try update package dependencies

Browse files
Files changed (2) hide show
  1. packages.txt +1 -0
  2. requirements.txt +8 -68
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ cmake g++ make python3-dev
requirements.txt CHANGED
@@ -1,71 +1,11 @@
1
- accelerate==1.1.1
2
- aiofiles==23.2.1
3
- annotated-types==0.7.0
4
- anyio==4.6.2.post1
5
- certifi==2024.8.30
6
- charset-normalizer==3.4.0
7
- click==8.1.7
8
- diffusers==0.31.0
9
  dlib==19.24.6
10
  face-recognition==1.3.0
11
  face_recognition_models==0.3.0
12
- fastapi==0.115.5
13
- ffmpy==0.4.0
14
- filelock==3.16.1
15
- fsspec==2024.10.0
16
- gradio==5.5.0
17
- gradio_client==1.4.2
18
- h11==0.14.0
19
- httpcore==1.0.6
20
- httpx==0.27.2
21
- huggingface-hub==0.26.2
22
- idna==3.10
23
- importlib_metadata==8.5.0
24
- invisible-watermark==0.2.0
25
- Jinja2==3.1.4
26
- markdown-it-py==3.0.0
27
- MarkupSafe==2.1.5
28
- mdurl==0.1.2
29
- mpmath==1.3.0
30
- networkx==3.4.2
31
- numpy==2.1.3
32
- opencv-python==4.10.0.84
33
- orjson==3.10.11
34
- packaging==24.2
35
- pandas==2.2.3
36
- pillow==11.0.0
37
- psutil==6.1.0
38
- pydantic==2.9.2
39
- pydantic_core==2.23.4
40
- pydub==0.25.1
41
- Pygments==2.18.0
42
- python-dateutil==2.9.0.post0
43
- python-multipart==0.0.12
44
- pytz==2024.2
45
- PyWavelets==1.7.0
46
- PyYAML==6.0.2
47
- regex==2024.11.6
48
- requests==2.32.3
49
- rich==13.9.4
50
- ruff==0.7.3
51
- safehttpx==0.1.1
52
- safetensors==0.4.5
53
- semantic-version==2.10.0
54
- setuptools==75.5.0
55
- shellingham==1.5.4
56
- six==1.16.0
57
- sniffio==1.3.1
58
- starlette==0.41.2
59
- sympy==1.13.1
60
- tokenizers==0.20.3
61
- tomlkit==0.12.0
62
- torch==2.5.1
63
- tqdm==4.67.0
64
- transformers==4.46.3
65
- typer==0.13.0
66
- typing_extensions==4.12.2
67
- tzdata==2024.2
68
- urllib3==2.2.3
69
- uvicorn==0.32.0
70
- websockets==12.0
71
- zipp==3.21.0
 
1
+ pip==24.3.1
2
+ accelerate
3
+ diffusers
4
+ invisible_watermark
5
+ torch
6
+ transformers
7
+ xformers
 
8
  dlib==19.24.6
9
  face-recognition==1.3.0
10
  face_recognition_models==0.3.0
11
+ pillow