MachineLearningLifeScience / poli

A library of discrete objectives
MIT License
13 stars 1 forks source link

Making the package `pip` installable with `[dependencies]` #258

Open miguelgondu opened 4 days ago

miguelgondu commented 4 days ago

One way to circumvent conda for some black boxes would be to make the package pip installable with extra dependencies. Something like pip install poli[tdc], pip install poli[rasp] might give the user a better experience using the package.

miguelgondu commented 4 days ago

@RMichae1 @SimonBartels Let me know what you think of this idea. I'm curious to hear your opinion.