OpenRarity / open-rarity

Reference implementation of the OpenRarity protocol with Python.
Apache License 2.0
218 stars 47 forks source link

Update dependencies #138

Closed snuderl closed 12 months ago

snuderl commented 12 months ago

We really should not pin dependencies in a library, since it causes all these versions to be locked in our other projects.

Additionally remove pandas as it not needed at all.