In an attempt to satisfy DM-22030 at the same time as this ticket, after bootstrapping the Conda environment but before installing any stack code, I am doing:
$ conda install --no-update-deps panel==0.8.0 holoviews==1.12.7 hvplot=0.5.2 bokeh==1.4.0 pyviz_comms==0.7.3 fastparquet==0.3.2 numba==0.46.0 datashader==0.8.0 pyct==0.4.6 dask-jobqueue==0.7.0 snappy
|
$ conda install -c conda-forge --no-update-deps geoviews
|
(I can't find a way to satisfy the request for geopandas.)
Then to satisfy requests from CLO:
$ conda install --no-update-deps cx_Oracle
|
$ conda install -c conda-forge --no-update-deps ipdb
|
(Pyarrow and Dask are already pulled in, so no need to add them separately).
In an attempt to satisfy
DM-22030at the same time as this ticket, after bootstrapping the Conda environment but before installing any stack code, I am doing:$ conda install --no-update-deps panel==0.8.0 holoviews==1.12.7 hvplot=0.5.2 bokeh==1.4.0 pyviz_comms==0.7.3 fastparquet==0.3.2 numba==0.46.0 datashader==0.8.0 pyct==0.4.6 dask-jobqueue==0.7.0 snappy
$ conda install -c conda-forge --no-update-deps geoviews
(I can't find a way to satisfy the request for geopandas.)
Then to satisfy requests from CLO:
$ conda install --no-update-deps cx_Oracle
$ conda install -c conda-forge --no-update-deps ipdb
(Pyarrow and Dask are already pulled in, so no need to add them separately).