salesforce / OmniXAI

OmniXAI: A Library for eXplainable AI
BSD 3-Clause "New" or "Revised" License
867 stars 91 forks source link

Allow IPython version 7 for use on Colab #101

Closed rmarquis closed 5 months ago

rmarquis commented 5 months ago

Using OmniXAI on Google Colab is difficult because Colab requires IPython 7.34, while OmniXAI 1.3.0 requiert IPython 8>=10.

This causes a total breakage of colab, resulting most of the time in a crash of the Colab instance. I could not find the reason of the hard version requirement is set to IPython 8>=10 (see commits 355264c9ee037f60f8af93c6f0fe3478657c8dcc and subsequent 9d071aa624072b1796a36122b4cf55e0c6f5ecc0), but maybe it is possible to relax it and not include any version check as to allow the use of IPython 7.x on Colab?