Spaces:
Build error
Build error
Update Space
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -3,7 +3,7 @@ requires = ["setuptools"]
|
|
3 |
build-backend = "setuptools.build_meta"
|
4 |
|
5 |
[project]
|
6 |
-
name = "
|
7 |
version = "0.0.1"
|
8 |
authors = [
|
9 |
{ name="Clement Gohlke"},
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
18 |
dependencies = [
|
19 |
"tensordict @ git+https://github.com/pytorch/tensordict.git@c3caa7612275306ce72697a82d5252681ddae0ab",
|
20 |
"torchrl @ git+https://github.com/pytorch/rl.git@1bb192e0f3ad9e7b8c6fa769bfa3bb9d82ca4f29", # torchrl not found in docker, using 0.2.1
|
21 |
-
"litrl~=0.0.
|
22 |
"fastapi==0.104.1",
|
23 |
"uvicorn==0.25.0",
|
24 |
"moviepy==1.0.3",
|
|
|
3 |
build-backend = "setuptools.build_meta"
|
4 |
|
5 |
[project]
|
6 |
+
name = "litrl-api"
|
7 |
version = "0.0.1"
|
8 |
authors = [
|
9 |
{ name="Clement Gohlke"},
|
|
|
18 |
dependencies = [
|
19 |
"tensordict @ git+https://github.com/pytorch/tensordict.git@c3caa7612275306ce72697a82d5252681ddae0ab",
|
20 |
"torchrl @ git+https://github.com/pytorch/rl.git@1bb192e0f3ad9e7b8c6fa769bfa3bb9d82ca4f29", # torchrl not found in docker, using 0.2.1
|
21 |
+
"litrl~=0.0.10",
|
22 |
"fastapi==0.104.1",
|
23 |
"uvicorn==0.25.0",
|
24 |
"moviepy==1.0.3",
|