dotimplement / HealthChain

Simplify prototyping and testing LLM applications in healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
10 stars 1 forks source link

Make Streamlit an optional dependency #22

Closed adamkells closed 2 months ago

adamkells commented 3 months ago

The inclusion of Streamlit as a core dependency is a bit heavy. It would be cleaner to be able to run: pip install healthchain[frontend]

This requires modifying the pyproject.toml to make Streamlit optional.

jenniferjiangkells commented 2 months ago

Closed by #50