civisanalytics/datascience-python

Update dependencies

jacksonllee opened this issue · 2 comments

The latest release was 4.2.0 from ~8 months ago, which means lots of the dependency versions in environment.yml are not up-to-date by now. It's time to go through it with a fine-tooth comb and update the dependencies.

FWIW, I noticed this issue with cloudpickle, pinned at 0.5.2 through this datascience-python 4.2.0 Docker image, apparently unable to properly unpickle certain custom class objects; the problem was resolved after I force installed the latest cloudpickle 0.6.1.

@stephen-hoover for viz

Somewhat relatedly, it may also be time to update Dockerfile as well, which might be worth having a separate issue to track it (or this current issue could be modified to include Dockerfile updates as well). In particular, we may think about whether to update CIVIS_CONDA_VERSION and CIVIS_PYTHON_VERSION.

Resolved by #66. Closing now.