rsheftel / pandas_market_calendars

Exchange calendars to use with pandas for trading applications
MIT License
804 stars 173 forks source link

Please update the pandas version dependency #325

Closed badal8381 closed 9 months ago

badal8381 commented 10 months ago

I'm using few packages which use latest version of pandas but the pandas_market_calender explicitly uninstall the latest version of pandas and install the version >=1 and <= 2. Please take action into this.

kentonself commented 9 months ago

Is this a duplicate of 315?

If so, there is a workaround in the comments if you can't wait for it to be uploaded to pypi.

badal8381 commented 9 months ago

Yeah looks similar issue. Thanks for the response

rsheftel commented 9 months ago

v.4.4.0 is published to PyPi and works with Python 3.12 and Pandas 2.2.0

badal8381 commented 9 months ago

That's great thank you so much