Module cleanup

master
Mark 2023-02-12 18:56:59 -08:00
parent 2e1beca6b0
commit 80feb0690c
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 10 additions and 9 deletions

View File

@ -12,7 +12,17 @@ RUN mamba install --yes \
"beautifulsoup4" \
"requests" \
"schedule" \
# ML and Data
"tensorflow" \
"scikit-image" \
"scikit-learn" \
"scipy" \
"seaborn" \
"pandas" \
"matplotlib-base" \
# Misc
"numpy" \
"sympy" \
"altair" \
"bokeh" \
"bottleneck" \
@ -24,24 +34,15 @@ RUN mamba install --yes \
"h5py" \
"ipympl" \
"ipywidgets" \
"matplotlib-base" \
"numba" \
"numpy" \
"numexpr" \
"pandas" \
"patsy" \
"protobuf" \
"pytables" \
"scikit-image" \
"scikit-learn" \
"scipy" \
"seaborn" \
"sqlalchemy" \
"statsmodels" \
"sympy" \
"widgetsnbextension" \
"xlrd" \
"tensorflow" \
"pytest" \
"ipython" \
&& \