You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ml-logger relies on a few other packages, and that conda has a more "powerful" dependency management mechanism than pip, it would be nice to upload a recipe to conda-forge so that we can install directly with something like
conda install -c conda-forge ml-logger
The text was updated successfully, but these errors were encountered:
geyang
changed the title
add recipe to conda-forge
Adding Recipe To conda-forge
Sep 30, 2018
Thanks @w-hc! I will look into this. For the meanwhile if you have time, the installation scripts are inside the Makefile. Notably, it runs the test, makes the wheel then uploads using twine.
publish: convert-rst
make test
make wheel
twine upload dist/*
I think we can add two new methods, publish-conda-forge, publish-all and rename the current publish to publish-pypi.
Since ml-logger relies on a few other packages, and that conda has a more "powerful" dependency management mechanism than pip, it would be nice to upload a recipe to conda-forge so that we can install directly with something like
The text was updated successfully, but these errors were encountered: