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

Anaconda package support #253

Open
Sclafus opened this issue Jul 28, 2023 · 2 comments
Open

Anaconda package support #253

Sclafus opened this issue Jul 28, 2023 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@Sclafus
Copy link

Sclafus commented Jul 28, 2023

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.'

@guillermo-navas-palencia
Copy link
Owner

Help is more than welcome for Anaconda support.

@guillermo-navas-palencia guillermo-navas-palencia added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 22, 2023
@guillermo-navas-palencia guillermo-navas-palencia added this to the Backlog milestone Sep 22, 2023
@alexliap
Copy link
Contributor

alexliap commented Nov 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants