11[project ]
22name = " soundscapy"
3- version = " 0.7.8rc1 "
3+ version = " 0.7.8 "
44description = " A python library for analysing and visualising soundscape assessments."
5- authors = [
6- { name = " Andrew Mitchell" , email = " a.j.mitchell@ucl.ac.uk" }
7- ]
5+ authors = [{ name = " Andrew Mitchell" , email = " a.j.mitchell@ucl.ac.uk" }]
86dependencies = [
97 " pandas[excel]>=2.2.2" ,
108 " seaborn>=0.13.2" ,
@@ -18,12 +16,7 @@ dependencies = [
1816readme = " README.md"
1917requires-python = " >= 3.10"
2018license = { text = " BSD-3-Clause" }
21- keywords = [
22- " soundscape" ,
23- " psychoacoustics" ,
24- " acoustics" ,
25- " audio analysis" ,
26- ]
19+ keywords = [" soundscape" , " psychoacoustics" , " acoustics" , " audio analysis" ]
2720classifiers = [
2821 " Programming Language :: Python :: 3" ,
2922 " Operating System :: OS Independent" ,
@@ -35,9 +28,7 @@ repository = "https://github.com/MitchellAcoustics/Soundscapy"
3528documentation = " https://soundscapy.readthedocs.io/en/latest/"
3629
3730[project .optional-dependencies ]
38- all = [
39- " soundscapy[audio]" ,
40- ]
31+ all = [" soundscapy[audio]" ]
4132audio = [
4233 " mosqito>=1.2.1" ,
4334 " scikit-maad>=1.4.3" ,
@@ -50,10 +41,7 @@ audio = [
5041default-groups = [" dev" , " test" , " docs" ]
5142
5243[dependency-groups ]
53- dev = [
54- " bumpver>=2023.1129" ,
55- " ruff>=0.7.2" ,
56- ]
44+ dev = [" bumpver>=2024.1130" , " ruff>=0.7.2" ]
5745test = [
5846 " pytest>=8.3.3" ,
5947 " setuptools>=72.1.0" ,
@@ -91,7 +79,7 @@ markers = [
9179 " skip: mark test as skipped" ,
9280 " skipif: mark test as skipped if condition is met" ,
9381 " xfail: mark test as expected to fail" ,
94- " parametrize: mark test as parametrized"
82+ " parametrize: mark test as parametrized" ,
9583]
9684
9785[build-system ]
@@ -109,7 +97,7 @@ exclude = [
10997 " *.wav" ,
11098 " test/baseline" ,
11199 " docs/tutorials" ,
112- " docs/img"
100+ " docs/img" ,
113101]
114102
115103[tool .hatch .build .targets .sdist ]
@@ -118,7 +106,7 @@ exclude = [
118106 " test/data" ,
119107 " *.wav" ,
120108 " docs/tutorials" ,
121- " docs/img"
109+ " docs/img" ,
122110]
123111
124112[tool .bumpver ]
0 commit comments