Skip to content

Commit 0932a35

Browse files
author
Benjamin Moody
committed
pyproject.toml: add dependency on soundfile.
The soundfile library provides a python wrapper for libsndfile, which in turn provides an interface to libFLAC for reading and writing FLAC files.
1 parent d418a9a commit 0932a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python = "^3.7"
1010
numpy = "^1.10.1"
1111
scipy = "^1.0.0"
1212
pandas = "^1.0.0"
13+
SoundFile = ">=0.10.0, <0.12.0"
1314
matplotlib = "^3.2.2"
1415
requests = "^2.8.1"
1516
pytest = {version = "^7.1.1", optional = true}

0 commit comments

Comments
 (0)