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
Hello,
thanks for this library!
I have been wandering if conda support is in the roadmap.
Since this is very useful in data analysis, it would make sense to have a conda package.'
The text was updated successfully, but these errors were encountered:
Hello, in order to contribute a package to conda you have to follow those instructions https://conda-forge.org/docs/maintainer/adding_pkgs.html#creating-recipes. When following those instructions i found that all the dependencies will have to be registered to conda (as you can see from the log below).
Run requirements:
${\color{green} python >=3.7}$
${\color{green} matplotlib-base}$
${\color{green} numpy >=1.16.1}$
${\color{green} ortools-python >=9.4}$
${\color{green} pandas}$
${\color{red} ropwr >=1.0.0}$
${\color{green} scikit-learn >=1.0.2}$
${\color{green} scipy >=1.6.0}$
${\color{red }RED: Missing packages}$ ${\color{green} GREEN: Packages available on conda-forge}$
So the 1st step is for someone to publish ropwr to conda.
Hello,
thanks for this library!
I have been wandering if conda support is in the roadmap.
Since this is very useful in data analysis, it would make sense to have a conda package.'
The text was updated successfully, but these errors were encountered: