vjxla / pyproject.toml
ckadirt's picture
Add files using upload-large-folder tool
49b9363 verified
raw
history blame contribute delete
869 Bytes
[project]
name = "vjepa2"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"beartype>=0.21.0",
"braceexpand>=0.1.7",
"datasets>=4.0.0",
"decord>=0.6.0",
"einops>=0.8.1",
"fire>=0.7.0",
"ftfy>=6.3.1",
"h5py>=3.14.0",
"iopath>=0.1.10",
"jupyter>=1.1.1",
"matplotlib>=3.10.5",
"numpy>=2.2.6",
"omegaconf>=2.3.0",
"opencv-python>=4.11.0.86",
"pandas>=2.3.1",
"peft>=0.16.0",
"psutil>=7.0.0",
"python-box>=7.3.2",
"pyyaml>=6.0.2",
"scikit-image>=0.25.2",
"submitit>=1.5.3",
"tensorboard>=2.20.0",
"timm>=1.0.19",
"torch==2.7.0",
"torch-xla[tpu]==2.7.0",
"torchvision==0.22.0",
"transformers>=4.54.1",
"wandb>=0.21.0",
"webdataset>=1.0.2",
]
[dependency-groups]
dev = [
"ipykernel>=6.30.0",
"jupyterlab>=4.4.5",
"notebook>=7.4.4",
]