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

Civis Jupyter extensions force old pandas #307

Closed
ian-r-rose opened this issue Jun 18, 2020 · 4 comments
Closed

Civis Jupyter extensions force old pandas #307

ian-r-rose opened this issue Jun 18, 2020 · 4 comments
Labels
civis civis data science platform work for-civis Issues for the Civis team to address

Comments

@ian-r-rose
Copy link
Contributor

The Civis Jupyter extensions package forces an old version of pandas when you install it: https://github.com/civisanalytics/civis-jupyter-extensions/blob/64cf97f3d24218e17088dcae33a14e765b11c662/requirements.txt#L2

The most recent version of pandas is 1.0. This is not necessarily a huge problem, except when you follow the instructions for setting up a custom docker image given here. This overrides any pandas specification given earlier in the docker image.

We can get around this by later upgrading the pandas version, as I have done in our custom image here, but I feel like this shouldn't be necessary. Would it be possible to remove this restriction?

@ian-r-rose ian-r-rose added civis civis data science platform work for-civis Issues for the Civis team to address labels Jun 18, 2020
@ian-r-rose
Copy link
Contributor Author

@hunterowens
Copy link
Contributor

@akoebs still waiting on answer from civis tech team

@mikesaelim
Copy link

Hi all, you should be able to use pandas 1.x with the latest version of civis-jupyter-notebook, v2.0.0. Let me know if it doesn't work or if you have any questions!

@ian-r-rose
Copy link
Contributor Author

Thanks for the update @mikesaelim !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
civis civis data science platform work for-civis Issues for the Civis team to address
Projects
None yet
Development

No branches or pull requests

3 participants