Make tensor flow optional
Closed this issue · 0 comments
teubert commented
Requirement Text
Make tensor flow installation optional
Background Information
Currently tensor flow (as a data driven model dependency) is installed automatically with progpy. It's very large and can be a problem. SWS has complained about the size
Suggested Solution
Make tensor flow an optional installation. (e.g., pip install progpy[datadriven])
DoD
- Implement feature
- Update automated tests
- update documentation
- Add to change notes for next release