Skip to content
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

Fix dependencies. There was a breaking change so need to pin to hmmlearn<=0.2.7. Fixes slow install from #460. Removes strict version (== to <= >=). Also just add a "downloads" badge for fun. #472

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Oct 1, 2022

Fix dependencies. There was a breaking change so need to pin to hmmlearn<=0.2.7. Fixes slow install from #460. Removes strict version (== to <= >=). Also just add a "downloads" badge for fun.

@bluenote10
Copy link
Contributor

Regarding all these recent pinnings:

Would it be possible to use >= or <= instead of hard pinnings?

Trying to use ddsp as a library in conjuction with other libraries that come with their own set of dependencies is basically impossible currently now that ddsp uses hard pinnings. Using dependency ranges instead gives the dependency resolution at least some degree of freedom to find a fitting version.

@jesseengel
Copy link
Contributor

That's very reasonable, I'll give it a shot

@bluenote10
Copy link
Contributor

That's very reasonable, I'll give it a shot

Cool, thanks!

@copybara-service copybara-service bot force-pushed the test_478232230 branch 2 times, most recently from 2831657 to 2eb9629 Compare October 4, 2022 00:50
@copybara-service copybara-service bot changed the title Fix dependencies. There was a breaking change so need to pin to hmmlearn==0.2.7. Also, fixes slow install from #460. Also just add a "downloads" badge for fun. Fix dependencies. There was a breaking change so need to pin to hmmlearn<=0.2.7. Fixes slow install from #460. Removes strict version (== to <= >=). Also just add a "downloads" badge for fun. Oct 4, 2022
@copybara-service copybara-service bot closed this Oct 4, 2022
@copybara-service copybara-service bot deleted the test_478232230 branch October 4, 2022 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants