rgndgn commited on
Commit
acfdfac
·
verified ·
1 Parent(s): 274ee8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,22 +1,22 @@
1
  wheel
2
- setuptools==69.5.1
3
- torch==2.5.1
4
- torchvision==0.20.1
5
  einops==0.7.0
6
  jaxtyping==0.2.31
7
  omegaconf==2.3.0
8
- transformers==4.42.3
9
  loralib==0.1.2
10
  git+https://github.com/openai/CLIP.git
11
  git+https://github.com/SunzeY/AlphaCLIP.git
12
  trimesh==4.4.1
13
  numpy==1.26.4
14
- huggingface-hub==0.23.4
15
  transparent-background==1.3.3
16
- gradio==4.43.0
17
- gradio-litmodel3d==0.0.1
18
- gradio-pointcloudeditor==0.0.9
19
- opencv-python==4.10.0.84
20
  gpytoolbox==0.2.0
21
  # ./texture_baker/
22
- # ./uv_unwrapper/
 
1
  wheel
2
+ setuptools>=69.5.1
3
+ torch
4
+ torchvision
5
  einops==0.7.0
6
  jaxtyping==0.2.31
7
  omegaconf==2.3.0
8
+ transformers>=4.42.3
9
  loralib==0.1.2
10
  git+https://github.com/openai/CLIP.git
11
  git+https://github.com/SunzeY/AlphaCLIP.git
12
  trimesh==4.4.1
13
  numpy==1.26.4
14
+ huggingface-hub>=0.23.4
15
  transparent-background==1.3.3
16
+ gradio>=4.43.0
17
+ gradio-litmodel3d>=0.0.1
18
+ gradio-pointcloudeditor>=0.0.9
19
+ opencv-python>=4.10.0.84
20
  gpytoolbox==0.2.0
21
  # ./texture_baker/
22
+ # ./uv_unwrapper/