16 lines
317 B
TOML
16 lines
317 B
TOML
[project]
|
|
name = "cspace"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"datasets>=4.4.1",
|
|
"matplotlib>=3.10.8",
|
|
"numpy>=2.2.6",
|
|
"soundfile>=0.13.1",
|
|
"torch>=2.9.1",
|
|
"torchaudio>=2.9.1",
|
|
"torchcodec>=0.9.1",
|
|
]
|