Module cleanup

This commit is contained in:
Mark 2023-02-12 18:56:59 -08:00
parent 2e1beca6b0
commit 80feb0690c
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

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