-
Notifications
You must be signed in to change notification settings - Fork 72
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
Dependency Updates #230
Comments
hi @flashpixx , thanks for your suggestion. We have almost finished a pretty large refactor to update and streamline dependencies. @ejolly, do you have any thoughts about switching to poetry? |
Poetry supports a |
Hey @flashpixx we can definitely update dependency versions, and likely will before we release an update after we finish our refactor. At this time we're not going to switch over to poetry for a few reasons (but thanks for the offer of help to PR it!):
I've been keeping an eye on poetry for a while, but at this stage don't feel like it offers us enough benefits to warrant switching over. And the switch cost of moving between tools (e.g. Happy to revisit in the future! |
Conda & Poetry can work together see Medium. In general when you publish all of your projects, it may be possible to createa PR with a new build system |
Hello,
I like py-feat very much, but I stick sometimes in dependency issues e.g. numpy / pandas is version 1. So is it possible to update the dependencies to latest stable version(s).
In this case my question is also to use another build system e.g https://python-poetry.org/
Maybe I can try to update all components and create a PR if I find some time, but is a change of the build system in that case okay?
The text was updated successfully, but these errors were encountered: