-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pandas numpy #1005
base: master
Are you sure you want to change the base?
Update pandas numpy #1005
Conversation
- Changed np.object to object - fixed timestamp.astype('datetime[ms]') to work with pandas <=1.5.3 and numpy <=1.24.2 - update setup.py to be according with setuptools new rules (uses extra_require instead of tests_require)
0a207a2
to
8170356
Compare
Nice contribution! These changes look good for me. Would be very nice if we can get these prioritized for review and released as soon as possible. These dependencies limitation on core libs like pandas and numpy has been blocking a lot of my developments. |
@samuelrohr thanks for the PR. We will get to pandas 1.5.x eventually, but we need to work thru the versions and test everything before we move to the next set of pins. FYI Im planning on releasing mongo 5.x pandas 1.1.x shortly. |
Is there any update on this? A lot of my libraries require at least pandas 1.3.x now. Many thanks |
@tomnewg i forked the projected and had been using this changed version. I will update the MR may be they accept it. |
@samuelrohr wow perfect it works great! Thank you so much. You saved my day. |
using: .list_versions() |
I just push some other fixes that we have made. Could you try again? |
Added support to pandas <=1.5.4 and numpy <= 1.24.2