aiidalab / aiidalab-widgets-base

Reusable widgets for AiiDAlab applications
MIT License
6 stars 17 forks source link

Add pandas as a dependency #588

Closed danielhollas closed 2 months ago

danielhollas commented 2 months ago

We use pandas to produce HTML tables in DictViewer, but we do not have it declared as a dependency! This worked in the past since we brought pandas transitively via optimade widget. But now that OPTIMADE is optional, we definitely need to declare it explicitly.

This is a blocker for 2.2 release so I'll do it soon.

CC @superstar54