Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ graph TD

```bash
# PyPI release
pip install imednet
pip install "imednet[pandas]"
```

> **Note:** The `pandas` library is currently required for core functionality. While listed as optional in configuration, installing without it may cause import errors.

### Optional Dependencies

To use data export features (SQL, Parquet, Excel) or integrations (Airflow), install the relevant extras:
Expand Down