diff --git a/Makefile b/Makefile index c0919fa..d49f965 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,10 @@ wheels: dist ## downloads wheel dependencies ls -l wheels dist-conda: ## builds conda-package - conda build --no-anaconda-upload --output-folder conda-bld \ + conda mambabuild --no-anaconda-upload --output-folder conda-bld \ -c zeroae \ -c conda-forge \ - -c anaconda . + . install: clean ## install the package to the active Python's site-packages - python setup.py install \ No newline at end of file + python setup.py install