update gradio
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,6 @@ meshcat
|
|
8 |
scipy
|
9 |
scikit-image
|
10 |
torch==1.13
|
11 |
-
pytorch_lightning
|
12 |
hydra-core
|
13 |
ftfy
|
14 |
torchvision
|
@@ -16,6 +15,7 @@ transforms3d
|
|
16 |
wandb
|
17 |
kornia
|
18 |
gym
|
|
|
19 |
transformers
|
20 |
meshcat
|
21 |
openai
|
|
|
8 |
scipy
|
9 |
scikit-image
|
10 |
torch==1.13
|
|
|
11 |
hydra-core
|
12 |
ftfy
|
13 |
torchvision
|
|
|
15 |
wandb
|
16 |
kornia
|
17 |
gym
|
18 |
+
pytorch_lightning==1.9.5
|
19 |
transformers
|
20 |
meshcat
|
21 |
openai
|