File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pytch"
7- version = " 2.3.0 "
7+ version = " 2.3.0rc "
88description = " A Real-Time Pitch Analysis Tool For Polyphonic Music"
99authors = [
1010 {name = " Pytch Contributors" }
@@ -16,7 +16,8 @@ dependencies = [
1616 " pyqt6>=6.7.0" ,
1717 " sounddevice>=0.4.7" ,
1818 " pyqtgraph>=0.13.1" ,
19- " rtswipe@git+https://github.com/groupmm/real_time_swipe.git"
19+ " rtswipe@git+https://github.com/groupmm/real_time_swipe.git" ,
20+ " libf0@git+https://github.com/sebastianrosenzweig/libf0.git"
2021]
2122requires-python = " >=3.11"
2223
Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ def check_fs(device_index, fs):
7676 logger .debug (e )
7777 valid = False
7878
79- finally :
80- return valid
79+ return valid
8180
8281
8382@njit
You can’t perform that action at this time.
0 commit comments