dotimplement / HealthChain

Simplify testing and validating AI and NLP applications in a healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
25 stars 15 forks source link

Make server and client dependencies optional #70

Open jenniferjiangkells opened 1 month ago

jenniferjiangkells commented 1 month ago

Description

Currently we install everything altogether. We can separate the client and server dependencies.

Context

It would reduce bloat to make the server and client components optional so users can install it like pip install healthchain[server, client] or pip install healthchain[sandbox]