Skip to content
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

Updating code due to removal of "squeeze" argument in Pandas v2.0.0 #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sunilnahata
Copy link

Current version of inucs prepare breaks down because squeeze argument was deprecated in Pandas v1.4.0 and removed in v2.0.0 (GH 43427). This PR "fixes #5".

@sunilnahata
Copy link
Author

sunilnahata commented Feb 13, 2024

Since Anaconda already comes with Pandas v2 and Bokeh v3, should we update the docs to specify the version numbers so that users download these specific versions in a fresh environment even if future updates break some functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inucs breaks due to deprecated functions in Pandas v2.0.0
1 participant