You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Thanks Uwe! I've been meaning to catch up on these old-meta issues but I've not touched the conda install in years. Is there a short guide I should follow so I can get my meta.yaml up to date? This suggests that a few things have changed: https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html so I've been meaning to work from there, unless there's a better source @xhochy ?
The reason will be displayed to describe this comment to others. Learn more.
I think the best thing is to use grayskull pypi ipython_memory_usage from https://github.com/conda/grayskull This works for most Python packages reliably nowadays.
The reason will be displayed to describe this comment to others. Learn more.
Super kind of you @xhochy , many thanks, I wasn't aware of Greyskull and confess I was a bit intimidated about whatever-I-had-to-do to fix the conda builds. Cheers!
8342c38
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.
Thanks Uwe! I've been meaning to catch up on these old-meta issues but I've not touched the conda install in years. Is there a short guide I should follow so I can get my meta.yaml up to date? This suggests that a few things have changed: https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html so I've been meaning to work from there, unless there's a better source @xhochy ?
8342c38
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.
Oh I see you've fixed
meta.yaml
too - many thanks!8342c38
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.
I think the best thing is to use
grayskull pypi ipython_memory_usage
from https://github.com/conda/grayskull This works for most Python packages reliably nowadays.I have activated the automatic usage of that via
ipython_memory_usage-feedstock/conda-forge.yml
Line 8 in 34b9a7c
8342c38
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.
Super kind of you @xhochy , many thanks, I wasn't aware of Greyskull and confess I was a bit intimidated about whatever-I-had-to-do to fix the conda builds. Cheers!