[resampy] Add stubs for resampy 0.4.3 (#15341)

This commit is contained in:
Hunter Hogan
2026-03-09 14:18:08 +01:00
committed by GitHub
parent bfb7342f83
commit a1c4ca3d8b
6 changed files with 74 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
version = "0.4.*"
upstream_repository = "https://github.com/bmcfee/resampy"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20"]