YiftachEde commited on
Commit
d150c5e
·
1 Parent(s): e648f30
Files changed (1) hide show
  1. requirements.txt +136 -19
requirements.txt CHANGED
@@ -1,19 +1,136 @@
1
- pytorch-lightning==2.1.2
2
- gradio==3.50
3
- huggingface-hub==0.25
4
- einops
5
- omegaconf
6
- torchmetrics
7
- webdataset
8
- accelerate
9
- tensorboard
10
- PyMCubes
11
- trimesh
12
- rembg
13
- transformers==4.34.1
14
- diffusers==0.20.2
15
- bitsandbytes
16
- imageio[ffmpeg]
17
- xatlas
18
- plyfile
19
- git+https://github.com/NVlabs/nvdiffrast/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.6
3
+ aiohttp==3.11.13
4
+ aiosignal==1.3.2
5
+ anaconda-anon-usage @ file:///croot/anaconda-anon-usage_1710965072196/work
6
+ annotated-types==0.7.0
7
+ antlr4-python3-runtime==4.9.3
8
+ anyio==4.6.2.post1
9
+ archspec @ file:///croot/archspec_1709217642129/work
10
+ attrs==25.1.0
11
+ boltons @ file:///work/perseverance-python-buildout/croot/boltons_1698851177130/work
12
+ Brotli @ file:///croot/brotli-split_1714483155106/work
13
+ cachetools==5.5.0
14
+ certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1725278078093/work/certifi
15
+ cffi @ file:///croot/cffi_1714483155441/work
16
+ charset-normalizer @ file:///croot/charset-normalizer_1721748349566/work
17
+ click==8.1.7
18
+ conda @ file:///home/conda/feedstock_root/build_artifacts/conda_1729155160285/work
19
+ conda-content-trust @ file:///croot/conda-content-trust_1714483159009/work
20
+ conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1721662679737/work/src
21
+ conda-pack @ file:///home/conda/feedstock_root/build_artifacts/conda-pack_1719323969738/work
22
+ conda-package-handling @ file:///croot/conda-package-handling_1718138267740/work
23
+ conda_package_streaming @ file:///croot/conda-package-streaming_1718136078615/work
24
+ contourpy==1.3.0
25
+ cryptography @ file:///croot/cryptography_1714660666131/work
26
+ cycler==0.12.1
27
+ dataclasses-json==0.6.7
28
+ Deprecated==1.2.14
29
+ diffusers==0.32.2
30
+ distro @ file:///croot/distro_1714488253808/work
31
+ einops==0.8.1
32
+ fastapi==0.112.4
33
+ ffmpy==0.4.0
34
+ filelock==3.16.1
35
+ fonttools==4.54.1
36
+ frozendict @ file:///croot/frozendict_1713194832637/work
37
+ frozenlist==1.5.0
38
+ fsspec==2024.9.0
39
+ gradio==4.43.0
40
+ gradio_client==1.3.0
41
+ h11==0.14.0
42
+ httpcore==1.0.6
43
+ httpx==0.27.2
44
+ huggingface-hub==0.25.2
45
+ idna @ file:///croot/idna_1714398848350/work
46
+ imageio==2.35.1
47
+ importlib_metadata==8.6.1
48
+ importlib_resources==6.4.5
49
+ Jinja2==3.1.4
50
+ jsonpatch @ file:///croot/jsonpatch_1714483231291/work
51
+ jsonpointer==2.1
52
+ kiwisolver==1.4.7
53
+ libmambapy @ file:///croot/mamba-split_1714483352891/work/libmambapy
54
+ lightning-utilities==0.12.0
55
+ markdown-it-py==3.0.0
56
+ MarkupSafe==2.1.5
57
+ marshmallow==3.22.0
58
+ matplotlib==3.9.2
59
+ mdurl==0.1.2
60
+ menuinst @ file:///croot/menuinst_1723567589013/work
61
+ mpmath==1.3.0
62
+ multidict==6.1.0
63
+ mypy-extensions==1.0.0
64
+ networkx==3.4.2
65
+ numpy==2.1.1
66
+ nvidia-cublas-cu12==12.4.5.8
67
+ nvidia-cuda-cupti-cu12==12.4.127
68
+ nvidia-cuda-nvrtc-cu12==12.4.127
69
+ nvidia-cuda-runtime-cu12==12.4.127
70
+ nvidia-cudnn-cu12==9.1.0.70
71
+ nvidia-cufft-cu12==11.2.1.3
72
+ nvidia-curand-cu12==10.3.5.147
73
+ nvidia-cusolver-cu12==11.6.1.9
74
+ nvidia-cusparse-cu12==12.3.1.170
75
+ nvidia-cusparselt-cu12==0.6.2
76
+ nvidia-ml-py==12.535.161
77
+ nvidia-nccl-cu12==2.21.5
78
+ nvidia-nvjitlink-cu12==12.4.127
79
+ nvidia-nvtx-cu12==12.4.127
80
+ nvitop==1.3.2
81
+ omegaconf==2.3.0
82
+ orjson==3.10.7
83
+ packaging @ file:///croot/packaging_1720101850331/work
84
+ pandas==2.2.3
85
+ pillow==10.4.0
86
+ platformdirs @ file:///work/perseverance-python-buildout/croot/platformdirs_1701732573265/work
87
+ pluggy @ file:///work/perseverance-python-buildout/croot/pluggy_1698805497733/work
88
+ propcache==0.3.0
89
+ psutil==6.0.0
90
+ pycosat @ file:///croot/pycosat_1714510623388/work
91
+ pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
92
+ pydantic==2.9.2
93
+ pydantic_core==2.23.4
94
+ pydub==0.25.1
95
+ pygltflib==1.16.2
96
+ Pygments==2.18.0
97
+ pyparsing==3.2.0
98
+ PySocks @ file:///work/perseverance-python-buildout/croot/pysocks_1698845478203/work
99
+ python-dateutil==2.9.0.post0
100
+ python-multipart==0.0.12
101
+ pytorch-lightning==2.5.0.post0
102
+ pytz==2024.2
103
+ PyYAML==6.0.2
104
+ regex==2024.11.6
105
+ requests @ file:///croot/requests_1721410876868/work
106
+ rich==13.9.2
107
+ ruamel.yaml @ file:///work/perseverance-python-buildout/croot/ruamel.yaml_1698863605521/work
108
+ ruff==0.6.9
109
+ safetensors==0.5.3
110
+ semantic-version==2.10.0
111
+ setuptools==72.1.0
112
+ shellingham==1.5.4
113
+ six==1.16.0
114
+ sniffio==1.3.1
115
+ starlette==0.38.6
116
+ sympy==1.13.1
117
+ termcolor==2.4.0
118
+ tomlkit==0.12.0
119
+ torch==2.6.0
120
+ torchmetrics==1.6.1
121
+ tqdm @ file:///croot/tqdm_1716395931952/work
122
+ triton==3.2.0
123
+ truststore @ file:///work/perseverance-python-buildout/croot/truststore_1701735771625/work
124
+ typer==0.12.5
125
+ typing-inspect==0.9.0
126
+ typing_extensions==4.12.2
127
+ tzdata==2024.2
128
+ urllib3 @ file:///croot/urllib3_1718912636303/work
129
+ uvicorn==0.32.0
130
+ websockets==12.0
131
+ wheel==0.43.0
132
+ wrapt==1.16.0
133
+ yarl==1.18.3
134
+ -e git+ssh://[email protected]/huanngzh/render-toolbox.git@bae8224d09a4aa2302b7e3cd3622079b84e5d193#egg=your_package
135
+ zipp==3.21.0
136
+ zstandard @ file:///croot/zstandard_1714677652653/work