We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0452b commit dfe6cf4Copy full SHA for dfe6cf4
1 file changed
build_pyoptsparse.py
@@ -1377,7 +1377,7 @@ def perform_install():
1377
announce('Beginning installation')
1378
1379
# if using conda, we want numpy and scipy to be installed from conda-forge
1380
- if allow_install_with_conda():
+ if allow_install_with_conda() and opts['force_build'] is False:
1381
numpy_info = get_package_info('numpy')
1382
if numpy_info['installed'] is False or numpy_info['origin'] != 'conda-forge':
1383
numpy_version = numpy_info['version']
0 commit comments