nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

Create a file setup.py to facilitate usage as a library #15

Closed nodet closed 2 years ago

nodet commented 2 years ago

On https://www.reddit.com/r/Python/comments/j3ilta/best_practice_for_requirementstxt_and_setuppy/, it is mentioned that the file setup.py may be helpful for users of the DOWML library. It should state just the bare minimum constraints on dependencies.

This issue is about looking into creating such a file.

nodet commented 2 years ago

Specifically, this file should mention that the version of the WML Python API should be 1.0.95.1 or greater, and the code in _get_asset_details removed.

nodet commented 2 years ago

This becomes a sub-task in #19

nodet commented 2 years ago

Restriction to ibm-watson-machine-learning>= 1.0.95.1 was done with https://github.com/IBMDecisionOptimization/dowml/commit/9998dff999d7b80013d391fa39fb33c9ee11b048.