-
Notifications
You must be signed in to change notification settings - Fork 457
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
update dependencies (go back to numpy1) #997
Conversation
15ef807
to
af7930e
Compare
af7930e
to
4de192f
Compare
playht = [ "pyht~=0.1.9", "websockets~=13.1" ] | ||
openai = [ "openai~=1.59.6", "websockets~=13.1", "python-deepcompare~=2.1.0" ] | ||
openpipe = [ "openpipe~=4.43.0" ] | ||
playht = [ "pyht~=0.1.6", "websockets~=13.1" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this version rolling back?
assemblyai = [ "assemblyai~=0.34.0" ] | ||
aws = [ "boto3~=1.35.27" ] | ||
azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.59.0" ] | ||
anthropic = [ "anthropic~=0.39.0" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Why is this version rolling back?
The rollbacks are so you can install ALL pipecat dependencies without conflicts. With this PR you can now do the following without any issues and all of the examples work.
|
I believe we should be able to install all of them side by side without any issues. |
Also, developers can pin a newer version if they want to for any package. That is, they could have conflicts if they installed everything but maybe they are only interested in, let's say, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I figured that was the case.
LGTM
Please describe the changes in your PR. If it is addressing an issue, please reference that as well.
Fixes #911, #913