Module cleanup
This commit is contained in:
parent
2e1beca6b0
commit
80feb0690c
@ -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" \
|
||||||
&& \
|
&& \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user