-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
executable file
·37 lines (34 loc) · 1.03 KB
/
pyproject.toml
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
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["Benjamin"]
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.4.2"
scikit-learn = "^1.0.2"
librosa = "^0.9.1"
SoundFile = "^0.10.3"
matplotlib = "^3.5.2"
termcolor = "^1.1.0"
pytorch-ignite = "^0.4.8"
visdom = "^0.1.8"
ftfy = "^6.1.1"
regex = "^2022.4.24"
torchsummary = "^1.5.1"
ray = {extras = ["tune"], version = "^1.12.0"}
mlflow = "^1.25.1"
pydub = "^0.25.1"
bayesian-optimization = "^1.2.0"
pytorch-lightning = "1.6.3"
audiomentations = "^0.25.1"
torch = {url = "https://download.pytorch.org/whl/cu113/torch-1.11.0%2Bcu113-cp38-cp38-linux_x86_64.whl"}
torchvision = {url = "https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl"}
torchaudio = {url = "https://download.pytorch.org/whl/cu113/torchaudio-0.11.0%2Bcu113-cp38-cp38-linux_x86_64.whl"}
"fs.sshfs" = "^1.0.1"
fs = "^2.4.16"
seaborn = "^0.12.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"