-
Notifications
You must be signed in to change notification settings - Fork 2
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
pyyaml < 6 requirement too strict #23
Comments
Packratt's configuration is managed by python poetry technically and the setup.py is auto-generated when poetry builds a wheel. In fact, setup.py shouldn't even really exist, I added it because poetry didn't support development installs (at that stage). If you modify the requirement, does packratt play nicely with other packages? |
The strictness is probably due to how Poetry specifies dependencies, rather than due to any specific reason. |
I have removed the < 6 requirement in the pyyaml branch and haven't run into any issues yet |
The change to correctly fix this would be to remove
This isn't necessary any longer due to python-poetry/poetry#34 (comment)
|
It looks like there might be a bit more to it. I get
So I guess I need to change |
Thanks @sjperkins |
I'm running into issues trying to get pfb-clean and QuartiCal running in the same stimela2 recipe. At least part of the problem stems from the pyyaml requirement here. Is there a good reason for this or can I relax it?
The text was updated successfully, but these errors were encountered: