-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpy constraint - can it be lifted? #160
Comments
Hi,
Thanks for raising this issue. I think you can clone from git, change the
pyproject.toml and install from there. Please let us know if the constraint
can be lifted. Thanks!
Best,
Yusong
Roberts Slisans ***@***.***> 于2024年8月4日周日 14:57写道:
…
https://github.com/LAION-AI/CLAP/blame/8e558817d853808486768004fa1b61ac9d69f2a2/pyproject.toml#L24
Most of the TTS/Audio projects I have use numpy >= constraints, except
CLAP with ==, which is a requirement of Stable Audio Tools.
How can I test if it's still relevant, and perhaps lift this constraint?
—
Reply to this email directly, view it on GitHub
<#160>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGXJZ76TDLGNJTZUDVOKXA3ZPZ2SLAVCNFSM6AAAAABL7CC6ISVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DOMRVG4YDAOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is an issue for me as well resolving dependencies with other libraries that pin |
I think the downstream project that I'm using works fine with newer numpy versions. However I still have not done a direct test of the full library API. |
https://github.com/LAION-AI/CLAP/blame/8e558817d853808486768004fa1b61ac9d69f2a2/pyproject.toml#L24
Most of the TTS/Audio projects I have use numpy >= constraints, except CLAP with ==, which is a requirement of Stable Audio Tools.
How can I test if it's still relevant, and perhaps lift this constraint?
The text was updated successfully, but these errors were encountered: