[project] name = "bigearthnet-txt" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "huggingface-hub>=1.8.0", "lmdb>=2.2.0", "numpy>=2.4.4", "pandas>=3.0.1", "pyarrow>=23.0.1", "safetensors>=0.7.0" ] [project.optional-dependencies] cpu = [ "torch>=2.8.0", "torchvision>=0.23.0", "lightning==2.5.*" ] cu126 = [ "torch>=2.8.0", "torchvision>=0.23.0", "lightning==2.5.*" ] [tool.uv] conflicts = [ [ {extra = "cpu"}, {extra = "cu126"} ], ] [tool.uv.sources] torch = [ {index = "pytorch-cpu", extra = "cpu"}, {index = "pytorch-cu126", extra = "cu126"}, ] torchvision = [ {index = "pytorch-cpu", extra = "cpu"}, {index = "pytorch-cu126", extra = "cu126"}, ] [[tool.uv.index]] name = "pytorch-cpu" url = "https://download.pytorch.org/whl/cpu" explicit = true [[tool.uv.index]] name = "pytorch-cu126" url = "https://download.pytorch.org/whl/cu126" explicit = true