Module cleanup
parent
2e1beca6b0
commit
80feb0690c
|
@ -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" \
|
||||
&& \
|
||||
|
|
Loading…
Reference in New Issue