kanishkamisra / minicons

Utility for behavioral and representational analyses of Language Models
https://minicons.kanishka.website
MIT License
117 stars 29 forks source link

Upgrading Pandas dependency to 2.2.0 #65

Closed nikitas-theo closed 2 months ago

nikitas-theo commented 2 months ago

Hello, and thanks for all the work that is going into this project.

I was just wondering if it's possible to upgrade pandas to 2.2.0, (right now it seems the requirement is pandas<2.0.0). The reason is it doesn't work very well with Python=3.12, having no available wheels, and also causing other dependency issues and downgrading of packages for its installation. It would make it (at least for me) a lot easier to use the package and integrate it to an existing code base.

Cheers

kanishkamisra commented 2 months ago

Oh thanks for the recommendation -- this makes sense! I will change it :)

kanishkamisra commented 2 months ago

just updated it on pypi! thanks again for the recommendation :)

nikitas-theo commented 2 months ago

Wow it installed flawlessly after the update, thanks a lot! Is there any reason for not adding something like pandas>=1.5.3 btw? instead of fixing it on pandas==2.2.0 In any case, it woks for me.

(unrelated, but just in case you are not aware I think the link to https://minicons.kanishka.website/ on the sidebar is not working)

Thanks again :)