Ashoka74 commited on
Commit
894426c
1 Parent(s): 6e0ce5c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -11
requirements.txt CHANGED
@@ -6,15 +6,19 @@ antlr4-python3-runtime==4.9.3
6
  anyio==4.6.2.post1
7
  appdirs==1.4.4
8
  attrs==24.2.0
9
- certifi
 
10
  charset-normalizer==3.4.0
11
  clean-fid==0.1.35
12
  click==8.1.7
13
  clip-anytorch==2.6.0
14
  colorama==0.4.6
 
15
  contourpy==1.3.1
 
16
  cycler==0.12.1
17
  dctorch==0.1.2
 
18
  defusedxml==0.7.1
19
  diffusers==0.27.2
20
  docker-pycreds==0.4.0
@@ -33,10 +37,10 @@ gradio==5.7.1
33
  gradio_client==1.5.0
34
  gradio_imageslider==0.0.17
35
  h11==0.14.0
36
- httpcore==1.0.7
37
- httpx==0.28.0
38
  huggingface-hub==0.25.2
39
- hydra-core==1.3.2
40
  idna==3.10
41
  imageio==2.36.1
42
  importlib_metadata==8.5.0
@@ -52,6 +56,9 @@ kiwisolver==1.4.7
52
  kornia==0.6.9
53
  lazy_loader==0.4
54
  lightning-utilities==0.11.9
 
 
 
55
  Markdown==3.4.1
56
  markdown-it-py==3.0.0
57
  MarkupSafe==2.1.5
@@ -61,8 +68,8 @@ mpmath==1.3.0
61
  narwhals==1.14.2
62
  networkx==3.4.2
63
  ninja==1.11.1
64
- numpy #==1.24.2
65
- nvidia-cuda-runtime-cu12 #==12.6.77
66
  omegaconf==2.3.0
67
  open-clip-torch==2.17.1
68
  openai-clip==1.0.1
@@ -72,12 +79,14 @@ packaging==24.2
72
  pandas==2.0.1
73
  pathtools==0.1.2
74
  peft==0.13.2
75
- Pillow==9.4.0
76
  pluggy==1.5.0
77
  portalocker==3.0.0
78
  protobuf==3.20.0
79
- psutil
80
- pydantic
 
 
81
  pydantic_core==2.27.1
82
  pydub==0.25.1
83
  Pygments==2.18.0
@@ -91,9 +100,10 @@ pytz==2024.2
91
  PyYAML==6.0
92
  referencing==0.35.1
93
  regex==2024.11.6
94
- requests==2.28.2
95
  rich==13.9.4
96
  rpds-py==0.21.0
 
97
  ruff==0.8.0
98
  safehttpx==0.1.1
99
  safetensors==0.4.5
@@ -105,6 +115,7 @@ semantic-version==2.10.0
105
  sentencepiece==0.1.98
106
  sentry-sdk==2.19.0
107
  setproctitle==1.3.4
 
108
  shellingham==1.5.4
109
  six==1.16.0
110
  smmap==5.0.1
@@ -112,12 +123,13 @@ sniffio==1.3.1
112
  spaces==0.30.4
113
  starlette==0.41.3
114
  supervision==0.25.0
 
115
  sympy==1.13.1
116
  tifffile==2024.9.20
117
  timm==0.9.8
118
  tokenizers==0.15.2
119
  tomlkit==0.12.0
120
- # torch==2.4.1+cu121 --index-url https://download.pytorch.org/whl/cu121
121
  torchdiffeq==0.2.5
122
  torchmetrics==1.6.0
123
  torchsde==0.2.6
@@ -125,14 +137,18 @@ torchvision #==0.19.1+cu121
125
  tqdm #==4.65.0
126
  trampoline==0.1.2
127
  transformers==4.36.2
 
128
  typer==0.13.1
129
  typing_extensions==4.12.2
130
  tzdata==2024.2
131
  urllib3==1.26.15
132
  uvicorn==0.21.1
 
133
  wandb==0.14.0
134
  wcwidth==0.2.13
135
  webdataset==0.2.48
136
  websockets==11.0.3
 
137
  xformers==0.0.27.post2
 
138
  zipp==3.21.0
 
6
  anyio==4.6.2.post1
7
  appdirs==1.4.4
8
  attrs==24.2.0
9
+ certifi==2024.8.30
10
+ chardet==5.2.0
11
  charset-normalizer==3.4.0
12
  clean-fid==0.1.35
13
  click==8.1.7
14
  clip-anytorch==2.6.0
15
  colorama==0.4.6
16
+ colorlog==6.9.0
17
  contourpy==1.3.1
18
+ cv==1.0.0
19
  cycler==0.12.1
20
  dctorch==0.1.2
21
+ dds-cloudapi-sdk==0.3.3
22
  defusedxml==0.7.1
23
  diffusers==0.27.2
24
  docker-pycreds==0.4.0
 
37
  gradio_client==1.5.0
38
  gradio_imageslider==0.0.17
39
  h11==0.14.0
40
+ httpcore #==1.0.7
41
+ httpx #==0.28.0
42
  huggingface-hub==0.25.2
43
+ hydra-core #==1.3.2
44
  idna==3.10
45
  imageio==2.36.1
46
  importlib_metadata==8.5.0
 
56
  kornia==0.6.9
57
  lazy_loader==0.4
58
  lightning-utilities==0.11.9
59
+ lxml==5.3.0
60
+ manifold3d==3.0.0
61
+ mapbox_earcut==1.0.2
62
  Markdown==3.4.1
63
  markdown-it-py==3.0.0
64
  MarkupSafe==2.1.5
 
68
  narwhals==1.14.2
69
  networkx==3.4.2
70
  ninja==1.11.1
71
+ numpy #==1.24.4
72
+ nvidia-cuda-runtime-cu12==12.6.77
73
  omegaconf==2.3.0
74
  open-clip-torch==2.17.1
75
  openai-clip==1.0.1
 
79
  pandas==2.0.1
80
  pathtools==0.1.2
81
  peft==0.13.2
82
+ pillow==11.0.0
83
  pluggy==1.5.0
84
  portalocker==3.0.0
85
  protobuf==3.20.0
86
+ psutil==5.9.8
87
+ pycocotools==2.0.8
88
+ pycollada==0.8
89
+ pydantic==2.10.2
90
  pydantic_core==2.27.1
91
  pydub==0.25.1
92
  Pygments==2.18.0
 
100
  PyYAML==6.0
101
  referencing==0.35.1
102
  regex==2024.11.6
103
+ requests==2.32.3
104
  rich==13.9.4
105
  rpds-py==0.21.0
106
+ Rtree==1.3.0
107
  ruff==0.8.0
108
  safehttpx==0.1.1
109
  safetensors==0.4.5
 
115
  sentencepiece==0.1.98
116
  sentry-sdk==2.19.0
117
  setproctitle==1.3.4
118
+ shapely==2.0.6
119
  shellingham==1.5.4
120
  six==1.16.0
121
  smmap==5.0.1
 
123
  spaces==0.30.4
124
  starlette==0.41.3
125
  supervision==0.25.0
126
+ svg.path==6.3
127
  sympy==1.13.1
128
  tifffile==2024.9.20
129
  timm==0.9.8
130
  tokenizers==0.15.2
131
  tomlkit==0.12.0
132
+ torch #==2.4.0+cu121
133
  torchdiffeq==0.2.5
134
  torchmetrics==1.6.0
135
  torchsde==0.2.6
 
137
  tqdm #==4.65.0
138
  trampoline==0.1.2
139
  transformers==4.36.2
140
+ trimesh==4.5.3
141
  typer==0.13.1
142
  typing_extensions==4.12.2
143
  tzdata==2024.2
144
  urllib3==1.26.15
145
  uvicorn==0.21.1
146
+ vhacdx==0.0.8.post1
147
  wandb==0.14.0
148
  wcwidth==0.2.13
149
  webdataset==0.2.48
150
  websockets==11.0.3
151
+ xatlas==0.0.9
152
  xformers==0.0.27.post2
153
+ xxhash==3.5.0
154
  zipp==3.21.0