From d8058e0b0dfc4ff2a1de0805052c8d77ffcfabd8 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Tue, 22 Mar 2022 16:12:12 +0000 Subject: [PATCH] Unpin dependencies --- base/Dockerfile | 4 ++-- notebook/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index a653f92..19bfe12 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -16,8 +16,8 @@ RUN conda install --yes -c conda-forge nomkl cytoolz cmake mamba python=${PYTHON cytoolz \ dask==${DASK_VERSION} \ lz4 \ - numpy==1.21.1 \ - pandas==1.3.0 \ + numpy \ + pandas \ tini==0.18.0 \ cachey \ streamz \ diff --git a/notebook/Dockerfile b/notebook/Dockerfile index 2f8bd37..fb61438 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -32,8 +32,8 @@ RUN mamba install --yes python=${PYTHON_VERSION} nomkl \ cytoolz \ dask==${DASK_VERSION} \ lz4 \ - numpy==1.21.1 \ - pandas==1.3.0 \ + numpy \ + pandas \ ipywidgets \ cachey \ streamz \