-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (34 loc) · 871 Bytes
/
Copy pathpyproject.toml
File metadata and controls
40 lines (34 loc) · 871 Bytes
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
[project]
name = "audioic"
version = "0.1.3"
description = "AudioIC Project"
readme = "README.md"
authors = [{name = "Mathias Rose Bjare", email = "muthissar@gmail.com"}]
license = "CC-BY-NC-4.0"
requires-python = ">=3.11"
dependencies = [
"music2latent",
"numpy>=1.23.4",
"soundfile>=0.12.1",
"torch>=2.3.0",
"torchaudio>=2.3.0",
"librosa>=0.10.2.post1",
"x-transformers==1.42",
"einops>=0.8.0",
"jsonargparse[signatures]>=4.32.0"
]
[project.urls]
homepage = "https://github.com/sonycslparis/audioic"
issues = "https://github.com/sonycslparis/audioic/issues"
[project.optional-dependencies]
demo = [
"ipykernel",
"matplotlib"
]
[build-system]
requires = ["setuptools >= 77.0.3", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]