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
The package dependencies that we list are not minimal. Things are included that are not really needed to install and use the openlifu package itself but only needed for other purposes such as running example notebooks or generating documentation.
We should pare down this list to only the essentials.
Dependencies needed for running example notebooks can be put somewhere else like a requirements.txt inside the notebook directory, or even just notebook code cells with a !pip install in them.
The package dependencies that we list are not minimal. Things are included that are not really needed to install and use the
openlifupackage itself but only needed for other purposes such as running example notebooks or generating documentation.https://github.com/OpenwaterHealth/OpenLIFU-python/blob/46d73e8d70886911890a8e20351ea15d27ed8460/pyproject.toml#L5-L18
requirements.txtinside the notebook directory, or even just notebook code cells with a!pip installin them.