File size: 712 Bytes
f7fb447
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[tool.poetry]
name = "aira"
version = "0.1.0"
description = "3D Ambisonics Impulse Response Analyzer"
authors = [
    "Ivan Pupkin <ipupkin@untref.edu.ar>",
    "Nahuel Passano <passano43632@estudiantes.untref.edu.ar>"
]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<3.11"
numpy = "^1.24.3"
librosa = "^0.10.0"
scipy = "^1.10.1"
soundfile = "^0.12.1"
plotly = "^5.14.1"
pandas = "^2.0.1"
kaleido = "0.2.1"
matplotlib = "^3.7.1"
pyqt5 = "^5.15.9"
pyqtwebengine = "^5.15.6"
streamlit = "^1.24.0"


[tool.poetry.dev-dependencies]
black = "^23.3.0"
pylint = "^2.17.3"
pytest = "^7.3.1"
pre-commit = "^3.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"