SAP-archive / contextual-ai

Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference - thereby addressing the trust gap between such ML systems and their users. It does not refer to a specific algorithm or ML method — instead, it takes a human-centric view and approach to AI.
https://contextual-ai.readthedocs.io/en/latest
Apache License 2.0
86 stars 12 forks source link

[Update] update requirements.txt to loose library versions for latest pip #17

Closed wangjin1024 closed 3 years ago

wangjin1024 commented 3 years ago

This PR is to update the library versions in requirements.txt. The latest pip has a stricter version of dependency solver, which makes the current configuration failed in most projects.

The changes loose the library versions in order to be compatible with the latest pip.