multimodalart HF Staff commited on
Commit
cba3206
·
verified ·
1 Parent(s): 5e77923

pin PyWavelets>=1.7 for NumPy 2.x ABI

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
  # torch / gradio / spaces are preinstalled on ZeroGPU Spaces.
2
  stable-audio-tools
3
  einops
 
 
 
 
1
  # torch / gradio / spaces are preinstalled on ZeroGPU Spaces.
2
  stable-audio-tools
3
  einops
4
+ # PyWavelets 1.7+ ships wheels built for NumPy 2.x; older versions throw a
5
+ # dtype-size ABI error on the ZeroGPU image. Force a fresh wheel.
6
+ PyWavelets>=1.7.0