You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add all doc dependencies to setup.py (only top level imports no secondary dependencies). In setup.py line docs_packages is a list of all required packages in typical req.txt format (version numbers etc.) We can update these dependencies to push all changes to pypi and be able to install ixai via pip with all dependencies for creating the docs like so: pip install ixai[docs].
The text was updated successfully, but these errors were encountered:
Add all doc dependencies to setup.py (only top level imports no secondary dependencies). In setup.py line docs_packages is a list of all required packages in typical req.txt format (version numbers etc.) We can update these dependencies to push all changes to pypi and be able to install ixai via pip with all dependencies for creating the docs like so:
pip install ixai[docs]
.The text was updated successfully, but these errors were encountered: