File size: 839 Bytes
ac29381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools>=67", "wheel", "pip"]
build-backend = "setuptools.build_meta"

[project]
name = "dreamzero"
description = "DreamZero: World Action Models Are Zero-Shot Policies"
version = "1.0.0"
readme = "README.md"
requires-python = "~=3.11,<3.13"
dependencies = [
    "torch>=2.3,<2.7",
    "torchvision>=0.18",
    "transformers==4.51.3",
    "diffusers>=0.30,<0.32",
    "accelerate>=0.27",
    "deepspeed>=0.12,<0.16",
    "hydra-core>=1.3",
    "omegaconf>=2.3",
    "decord",
    "opencv-python>=4.8",
    "av",
    "einops>=0.8",
    "safetensors",
    "sentencepiece",
    "protobuf",
    "zarr",
    "h5py",
    "pyarrow",
    "pandas",
    "scipy",
    "numpy<2",
    "tqdm",
    "bitsandbytes>=0.41",
    "wandb",
    "tensorboard",
]

[tool.setuptools.packages.find]
where = ["."]
include = ["groot*"]