Skip to content
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

No way to specify conda_build_config.yaml from settings.ini #1379

Open
dsm-72 opened this issue Oct 29, 2023 · 0 comments
Open

No way to specify conda_build_config.yaml from settings.ini #1379

dsm-72 opened this issue Oct 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dsm-72
Copy link
Contributor

dsm-72 commented Oct 29, 2023

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 dsm-72 added the bug Something isn't working label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant