UBC-MDS / RaincouverPrediction

Group 9 shared repository for 522
https://ubc-mds.github.io/RaincouverPrediction/
Other
0 stars 3 forks source link

Milestone 3 / update project's computational environemnt #60

Open yhan178 opened 9 months ago

yhan178 commented 9 months ago

Update computational environment as you add dependencies to your project

yhan178 commented 9 months ago

For EDA part: RUN conda install -c conda-forge -c defaults -y \ seaborn=0.13.0

yhan178 commented 9 months ago

For our report, we need one more package myst_nbas shown in Tiff's sample (https://github.com/ttimbers/breast_cancer_predictor_py/blob/main/report/breast_cancer_predictor_report.ipynb):

from myst_nb import glue
yhan178 commented 9 months ago

need packagejupyter-book to build the jupyter book.

dorisyycai commented 9 months ago

no package needed to add to Dockerfile on my end for the drop_split_preprocess.py

sivakornchong commented 9 months ago

Added the following to Docker file

libtiff=4.6.0 pytest==7.4.3 myst-nb==1.0.0

dorisyycai commented 9 months ago

myst-nb was downgraded to 0.17.2 instead