| ▲ | m55au 8 hours ago | |||||||
Someone correct me if I'm completely wrong, but by default (i.e. precompiled wheels) numpy has 0 dependencies and pandas has 5, one of which is numpy. So not really "squillions" of dependencies. pandas==2.3.3 ├── numpy [required: >=1.22.4, installed: 2.2.6] ├── python-dateutil [required: >=2.8.2, installed: 2.9.0.post0] │ └── six [required: >=1.5, installed: 1.17.0] ├── pytz [required: >=2020.1, installed: 2025.2] └── tzdata [required: >=2022.7, installed: 2025.2] | ||||||||
| ▲ | noitpmeder 4 hours ago | parent [-] | |||||||
I don't know about _squillions_, but numpy definitely has _requirements_, even if they're not represented as such in the python graph. e.g. | ||||||||
| ||||||||