nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

No way to specify `conda_build_config.yaml` from `settings.ini`

Open dsm-72 opened this issue 2 years ago • 0 comments

How to reproduce:

  1. make a new nbdev project.
  2. add a cell
#| export
import numpy
  1. add requirements = numpy>=1.22 in the settings.ini file
  2. 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

dsm-72 avatar Oct 29 '23 20:10 dsm-72