nbdev
nbdev copied to clipboard
No way to specify `conda_build_config.yaml` from `settings.ini`
How to reproduce:
- make a new
nbdevproject. - add a cell
#| export import numpy
- add
requirements = numpy>=1.22in thesettings.inifile - run
nbdev_release_both --build_args '-c conda-forge
This will result in :
conda build --output-folder out --no-anaconda-upload -c conda-forge <pkgname>
No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.21