Skip to content

Commit a42bf24

Browse files
committed
env
1 parent 78ffa40 commit a42bf24

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
torch
22
torchvision
3+
torchinfo
34
tensorflow
45
keras-tuner
56
scikit-learn

pyproject.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,22 @@ description = "Data Driven Signal Processing - A Tutorial with Computational Exa
66
readme = "README.md"
77
authors = [{ name = "Frank Schultz", github = "fs446" }]
88
requires-python = ">=3.13"
9-
dependencies = ["torch", "torchvision", "tensorflow", "keras-tuner", "scikit-learn",
10-
"statsmodels", "numpy", "scipy", "matplotlib", "ipympl", "librosa", "soundfile",
11-
"pyloudnorm", "ipykernel"]
9+
dependencies = [
10+
"ipykernel",
11+
"ipympl",
12+
"keras-tuner",
13+
"librosa",
14+
"matplotlib",
15+
"numpy",
16+
"pyloudnorm",
17+
"scikit-learn",
18+
"scipy",
19+
"soundfile",
20+
"statsmodels",
21+
"tensorflow",
22+
"torch",
23+
"torchinfo",
24+
"torchvision"]
1225

1326
[project.urls]
1427
Repository = "https://github.com/spatialaudio/data-driven-audio-signal-processing-exercise"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
torch
22
torchvision
3+
torchinfo
34
tensorflow
45
keras-tuner
56
scikit-learn

0 commit comments

Comments
 (0)