Initial Commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user